Skip to content

bemullen/DemoWebApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 80.3%
  • CSS 19.7%