Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 471 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 471 Bytes

Instastack

Node.js/React/Redux/Redux-Saga

How to Run the app

  1. install Node Package Manage (NPM) by installing Node.js

  2. from the console move inside the project folder and run

npm install
  1. in /src/index.js add a Filestack API key

  2. run the following command to run webpack-dev-server

npm run server
  1. 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.