Skip to content

christinagee/DemoWebApp

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.4%
  • JavaScript 14.8%
  • CSS 9.8%