FourSquare Recommended Places with React and Redux
- Go into the project folder.
- Run
npm install
to download dependencies. - Run
npm start
to start development server. - Open the browser and enter
http://localhost:8080/
(Actually this page opens after executingnpm start
command).