This is a repo for a starter appliation for a Single Page MEAN Stack application. Just download and install and you have a good foundation for building application.
- Download the repository
- Install npm modules:
npm install
- Install bower dependencies
bower install
- If you are facing issue with connecting git run git config --global url."https://".insteadOf "git://"
- Start up the server:
node express.js
- View in browser at http://localhost:3000
Use this starter kit to build any MEAN stack application you like.
- CRUD examples
- Development and Production Environments
- Link examples
- Single Page AngularJS Animations