- This project was bootstrapped with Create React App.
- Client side routing:
react-router-dom
- State management:
redux
- Side-effect (API async actions) handling:
redux-thunk
- DatePicker component:
react-datepicker
andMoment
- DevTools:
redux-logger
,redux-devtools-extension
cd
to the test directory- run:
yarn
ornpm install
- run php server for the API:
php -S localhost:8000
- run node app:
yarn start
- open browser and go to
http://localhost:3000