Node.js/React/Redux/Redux-Saga
-
install Node Package Manage (NPM) by installing Node.js
-
from the console move inside the project folder and run
npm install
-
in /src/index.js add a Filestack API key
-
run the following command to run webpack-dev-server
npm run server
- in the browser type localhost:8080
Enjoy
PS npm start will run webpack-dev-server but it does not fetch from node.js so ignore it.