React & Redux app for Hotspots web and mobile prototype.
The react code for the web and progressive mobile app is in client/src. It's a project 'create-react-app' boilerplate.
cd client
npm install
npm run start
open http://localhost:3000/events
This application used React Router to serve page components. See components/pages/main.js
.
npm install
npm run start
Push the changes to the Azure instance of the repo:
git push dev master
ssh [email protected]
Create the react app build:
cd client
npm run build
Javascript modules that handle business logic.
These components handle layouts and UI component includes