Justintlai / conf-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build your app and run it locally Run the npm install command in your local app directory to install the dependencies that you declared in your package.json file. $ npm install Start your app locally using the heroku local command, which is installed as part of the Heroku CLI. $ heroku local web Your app should now be running on http://localhost:5000/.

==============

Deploying

  1. git add .
  2. git commit -am"comment"
  3. git push heroku master

About

License:MIT License


Languages

Language:JavaScript 76.0%Language:HTML 23.7%Language:CSS 0.3%