Modern React project starter template, based on Webpack and Typescript
sudo docker-compose up --build
- Webpack multile environments setup and configuration
- Development server and hot module replacement
- TypeScript transpiling and type-checking
- EsLint setup and configuration
- Jest/Enzyme testing environment
- Redux support
- Support of SCSS with typings
- Dockerized environment
/api
: fetching functions and TS types for API responses/app
: main component/components
: components that are reused in multiple places/features
: components for specific domains/utils
: various utility functions