- Node
- Express
- EJS
- Mongoose (MongoDB ODM)
- Post model
- Angular front-end framework
- angular-sanitize
- angular-ui-router
- angular-resource
- angular-touch
- Other front-end libraries
- font-awesome
- bootstrap
- jquery
$ git clone https://github.com/sf-wdi-22-23/seed-mean-html.git
$ cd seed-mean-html
$ npm install
$ npm install -g bower
$ bower install
$ mongod
$ nodemon
- Navigate to
localhost:1337
|seed-mean-html
| models - database models
| node_modules - node modules (added by npm)
| public - angular assets and angular app
| routes - routes and controller logic
| test - protractor tests
| views - templates
- .bowerrc - bower config file
- .gitignore
- bower.json - define bower package config
- package.json - npm package config
- Procfile - necessary for heroku
- README.md
- server.js