An Angular + Node/Express + Webpack + MongoDB + SASS + Babel/ES6 + ui-router + Bootstrap starter kit
Note: This repository contains some minor updates that are not in the YouTube tutorial video.
Please don't abuse--although I realize I have no control over this :).
http://super-mean-stack.herokuapp.com/
git clone [email protected]:michaelcheng429/super-mean-stack.git
cd super-mean-stack
npm install
npm install -g yo
npm i -g generator-super-mean-stack
- Make sure MongoDB is running (
mongod
from MongoDB bin directory) npm run dev
Make sure Heroku Toolbelt is installed (https://devcenter.heroku.com/articles/getting-started-with-nodejs#set-up).
npm run build
git init
heroku create {name-of-app}
git push heroku master
heroku addons:create mongolab:sandbox
- Use Node version 5.5.0, which is the version used to create this app. You can use
n
(https://github.com/tj/n) ornvm
(https://github.com/creationix/nvm) to change Node versions easily.
- Add testing
Add deployment instructions- Add comments to code
Contributions/improvements are welcome!
- Fork the repo
- Make a pull request from you local repo