An open API service indexing awesome lists of open source software.

https://github.com/codecademy/deploying-fullstack-with-heroku-sample


https://github.com/codecademy/deploying-fullstack-with-heroku-sample

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

## Deploying a Full-Stack App with Heroku
Hello! This GitHub repo is intended to be used with the article [Deploying a Full-Stack App with Heroku](https://www.codecademy.com/articles/deploying-a-back-end-with-heroku).

Make sure to follow the steps as outlined in the article to see how to use Heroku for your deployment needs!

If you're curious about the app itself feel free to poke around. The server files are located in the root folder. The `/build` folder contains the production code that was created from the front-end folder found in `/client`.

You're free to make changes on your own branch, but for the sake of consistency, we will not be merging any external pull requests. Thank you and happy coding!