Skip to content

Instantly share code, notes, and snippets.

@jw56578
Last active June 3, 2021 17:52
Show Gist options
  • Save jw56578/59b01f328a5fc201093df2a06d154fa2 to your computer and use it in GitHub Desktop.
Save jw56578/59b01f328a5fc201093df2a06d154fa2 to your computer and use it in GitHub Desktop.
  • Sign up for heroku.com
  • create a repository in github.com for your web server application
  • Work directly in github.com to keep it simple
  • create the package.json file and put the necessary json
  • create the index.js to put your server code.
  • create the public folder and index.html to practice serving web pages
  • How do you create a folder in github.com?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment