- React as a main UI library
- SemanticUI for styling
- Mobx for state management
- React Router v5 for URL routing
- SASS for CSS styles
- 100% TypeScript
- Hot code reloading
- VSCode with breakpoints
- StatePreserver to map store to browser URL and back
- Jest as a main library
- Enzyme to cover UI and React
yarn dev
- to develop locallyyarn lint
- to show lint errorsyarn build
- to build in productionyarn start
- to serve in production