A Node.js app using Express 4, React, React-Router and Redux (soon).
Make sure you have Node.js (prefered version 8.11.1) and the Heroku CLI installed. Also, create .env file. Example of this file you have in the .env.example.
$ git clone [email protected]:adammankowski1/Eurovision-statistics.git # or clone your own fork
$ cd eurovision-statistics
$ yarn --ignore-engines install
$ yarn start:dev
Your app should now be running on localhost:3000, and the api server is running on localhost:5000
$ heroku create
$ git push heroku master
$ heroku open
or
For more information about using Node.js on Heroku, see these Dev Center articles: