Sample project using React, TypeScript and Redux
(yarn needs to be installed first)
yarn install
yarn start
open http://localhost:3000
- This project is using Ducks to simplify the organisation of Redux components
- The most complex component is ProgressCircle
- Unittests and proper styling were not added in this initial version as the focus is on TS, React and Redux. They will be taken care later