dfconroy / instastack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 100.0%