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

Latest commit

 

History

History
39 lines (34 loc) · 3.17 KB

README.md

File metadata and controls

39 lines (34 loc) · 3.17 KB

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.