A simple React Typescript boilerplate that allow you to understand easily, embrace good practices and workflow, optimizing for production and does not do any magic.
- React with Typescript minimal config
- Hot-loader
-  Absolute import (like src/assets/images/img.pnginstead of../../assets/images/img.png)
-  Style with SASS/SCSS
-  Bundle optimization:
- CSSbundle with option to easily hash className with CSS module
- Automaticaly create Analyzerfile after build
- Create /compressedfolder for extra optimization (use optionally)
- Add Image optimization
- Split build to chunks for caching and fast loading
- Lazy-loading modules enabled
 
-  SEO optimized
- robots.txt
- Auto generate sitemap
- metatags added allow easy configuration
- Social media sharing optimized
 
- Netlify config for easy deployment
- Commit hook with Husky
- To run the app: yarn start
- To build the app: yarn build.
MIT license