boilerplate for express js projects
- clone this repo
- remove
.git
directory - run project with
npm start
- create heroku account
- install
heroku-cli
- create heroku dynos in https://dashboard.heroku.com
- initialize your project with git
git init
- remote git repo with heroku
heroku git:remote -a <name of your dynos>
example:
awesome-express-web
heroku git:remote -a awesome-express-web
- commit in heroku git
git commit -am "Done Ready To deploy"
- push to heroku
git push heroku master
Done :)
check in https://yourdynosname.heroku.app
if you like this project you can help with contributing in this projects, following this step to contibute
- fork this project
- create new branch for develop some feature
example:
add-some-feature
- push to you git repo
- create pull requests to main repo
Remove/replace this
README.md
for your awesome projects, or replace with your awesome readme,
change author name in
package.json
with your name