- npm which comes with node.js: https://nodejs.org/en/
- A git client: https://git-scm.com/downloads
- A code editor (Visual Studio Code recommended): https://code.visualstudio.com/download
After installing the tools above, run these commands from command line:
- git clone https://github.com/jaruyot/reactjs-redux-basics.git
- cd reactjs-redux-basics
- npm install
- npm run build (this will start webpack development server)
- Open the web browser and browse to http://localhost:8080
This code was forked from: https://github.com/mschwarzmueller/reactjs-redux-basics