https://www.loom.com/share/5ccdc55b17814ccf8db8ab0d56c1d196
Framework = React + Redux + Thunk (React bootstrapped with create-react-app) Charts = D3
Notes on front-end:
Code organization
- The code is organized in functional folders: container components (
./Container), presentational components (./Presentational), libraries and other reusable code (./Adapters), css files and inline style variables (./Styling), and redux's store, actions and reducers (./config,./Actions,./Reducers)
App design --PENDING--
- Clone repo.
- Install dependencies
npm install. - Start your server
npm start.
- Clone repo.
- Install dependencies
bundle install. - Start your server
rails s(before starting the frontend server)