For developers' foundation
Dupe this for quick new projects :D
GitHub link is: https://github.com/nobodyrandom/blank-bootstrap.git
To clone into a new repo use:
- Create new git repo on github
git clone https://github.com/nobodyrandom/blank-bootstrap.git projectNamegit remote rm origingit remote add origin https://github.com/nobodyrandom/NAME_OF_REPO.gitgit push -u origin master
(If you are really that lazy, I've included a shell script to run step 2 onwards to set up everything. Run it using ./init.sh on terminal. No cmd support yet)
If you would like to use quick deploy into heroku after you cloned.
Update the app.json and click the below button.