- Node
- Angular
- Mongoose (MongoDB ODM)
- HTML for templating
- Post model
- Angular-ui-router for client-side routing
$ git clone https://github.com/ajbraus/seed-mean-html.git seed-mean-html
$ cd mean-seed-html
$ npm install
$ nodemon
- Navigate to
localhost:1337
|seed-mean-html
| models
| node_modules - npm modules
| public - angular assets and angular app in here
| routes - routes and controller logic
| test - protractor tests
| views - all templates
- .bowerrc - bower config file
- .gitignore
- bower.json - define bower package config
- package.json - npm package config
- Prockfile - necessary for heroku
- README.md
- server.js