Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.
/ mean-dash Public archive

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

License

Notifications You must be signed in to change notification settings

OperationCode/mean-dash

Repository files navigation

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

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

Install Dependencies

npm install

Start the Server

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.