项目作者: OperationCode

项目描述 :
An admin dashboard with user management and user roles | Built on the MEAN stack
高级语言: JavaScript
项目地址: git://github.com/OperationCode/mean-dash.git
创建时间: 2017-03-24T19:19:59Z
项目社区:https://github.com/OperationCode/mean-dash

开源协议:MIT License

下载


mean-dash

NOTE - This is no longer under active development or maintenance, use at your own risk.

An admin dashboard with user management and user roles | Built on the MEAN stack


CircleCI
Codeship Status for OperationCode/mean-dash

Clone Repository

  1. git clone https://github.com/operationcode/mean-dash.git && cd mean-dash

Install Dependencies

  1. npm install

Start the Server

  1. npm start

Visit http://localhost:5000 to see the app!

Learning AngularJS

Official AngularJS website is good place to start, but it lacks of best practices and not provides you base concepts, which could simplify your life. There is some links that can help you better understand how to write maintainable applications using AngularJS.