- CRA with Typescript template
- ESLint, Prettier, Husky, lint-staged preconfigued with Semi-StandardJS style. Code is automatically formatted on save, without changing editor settings.
- Include
.editorconfig
to maintain consistent style across editors. - Ant Design, customizable theme via craco config and
less
file. - React router V6
- Create
.env
file
cp .env.example .env
- Install dependencies and start local dev
npm i
npm start
- Production build. Output is stored in
build
directory.
npm run build