This is a boilerplate project created using CRA TypeScript template, it includes the most used packages and config on my React TS projects.
- Prettier
- ESLint
- Pre-commit hooks with Husky and Lint-staged
- A simple Docker config
- Axios
- i18n
- React-router
- Styled-components
- CSS reset
- Roboto font (regular, bold, italic)
This project uses Yarn
- Install deps :
yarn
- Run project :
yarn start
- Build the project :
yarn build
- Build the docker image :
yarn docker:build
- Start the docker image :
yarn docker:run