This is my 7th project of Udacity ND. This contains Petrol Bunks near my area in an single page application. I referred forest walker channel to do this project
- Download the zip file or clone using the command in the terminal.
https://github.com/athreyapatel/fend_arcade_game.git
- cd into the folder
- Install the dependencies using
npm install
command
npm install
- Run using
npm run start
command
npm run start
or
yarn start
- For production build use
npm run build
command
npm run build
- JS, React, FourSquare-API, React-Google-Map API.