Skip to content

IndyTechFellowship/crash-course-deploying

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crash Course: Deploying

Template code for the deploying apps to the cloud crash course.

Initial Setup

  • rmdir .git

You need to remvoe the git directory in this repository, because Heroku will require our entire node project to have its own git repo.

  • cd node && git init && git add -A && git commit -m "Initial commit"

Set up a repository inside the node repo. And then, follow the README.md there.

About

Template Code for the Deploying to the Cloud Crash Course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published