/bradandadrianne.com

Primary LanguageJavaScriptMIT LicenseMIT

Bestoke.co Frontend Application

=====================

A React + Redux + Sagas application powering bestoke.co

Quickstart

npm install
npm start

Browser should open automatically. Otherwise, navigate to the URL reported in the terminal

Full Local Development

  1. Run a local copy of the bestoke-node-api

  2. Run a local copy of the bestoke-login-server

  3. Setup this frontend application to run against local instances of the above:

npm install
npm run dist
source local-conf.sh
npm start