react-retrogames
react-retrogames copied to clipboard
A fun app written in Node.js/React/Redux
react-retrogames
The repository refers to the articles I wrote for Scotch.io:
- Retrogames Library with Node, React, and Redux 1: Server API and React Frontend
- Build a Retrogames Archive with Node.JS, React, Redux and Redux-Saga Part2: Redux Integration.
- Build a Retrogames Archive with Node.JS, React, Redux and Redux-saga Part3: Authentication
If you don't have yarn installed, go ahead and install it. From npm:
npm install yarn -g
Then in the root folder run:
yarn
Check the package.json for the running scripts.
PS: Don't forget to grab Filestack API key!