xingyif / DemoWebApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DemoWebApp

Check it out at: https://ancient-forest-87393.herokuapp.com/

Before starting:

To set up and run:

  1. Make a copy of my existing project on github
  1. Bring your new copy onto your computer from github
  • cd ~/Desktop
  • git clone https://github.com/YourUserName/DemoWebApp.git
  • cd DemoWebApp
  • ls
  1. Initialize it as a heroku project
  • heroku login
  • heroku create
  1. Send the heroku project to heroku’s servers and view it online
  • git push heroku master
  • heroku open
  1. Install the project’s dependencies and run the project on your local servers

About


Languages

Language:JavaScript 80.3%Language:CSS 19.7%