- Fork the repo by clicking the fork button
- Clone the repo
$ git clone https://github.com/Eddievin/Episodes.git
- change to project directory
$ cd Episodes
- you need to install node_modules
$ npm install
It's time to run the project on localhost
$ npm start
Open http://localhost:3000 with your browser to see the result.