# Install dependencies
npm install
# Run locally
npm run start
src/store/index.js
src/store/ducks/session.js
src/components/Root/LoginStatus/LoginStatus.js
src/components/Root/Actions/Actions.js
React + Redux - using the ducks patterns and bundled with Parcel
# Install dependencies
npm install
# Run locally
npm run start
src/store/index.js
src/store/ducks/session.js
src/components/Root/LoginStatus/LoginStatus.js
src/components/Root/Actions/Actions.js
React + Redux - using the ducks patterns and bundled with Parcel