Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.44 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.44 KB

Eurovision-statistic

A Node.js app using Express 4, React, React-Router and Redux (soon).

Running Locally

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

Deploying to Heroku (to be updated soon)

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles: