I am new to front-end and was trying to fork and follow the steps to deploy the work on Heroku, but it failed. My changes are available here.
The steps I performed as following
- Forked the repo
- Created a new branch to deploy changes.
- Made changes(ref) as described in deploy page for Heroku
- ran
heroku local web - Hit http://localhost:5000 as per Heroku's documentation
I see error on web page saying Cannot GET / (snapshot attached)
My repository is available on GitHub at https://github.com/hhimanshu/web-starter-kit/
What am I doing wrong? Kindly help
