A base/template repo for creating a React app with Typescript and using the Ant Design react component library.
- React
- Typescript
- Ant Design imported styles through LESS to enable customisation of styles.
- Parcel JS including LESS Loader
- ES Lint, Prettier and the relevant config to enable linting and formatting to AirBnB standards.
- Husky and Lint Staged for ensuring lint and format before code-commit.
N.B. This repo uses YARN as the package manager
Will start the parcel dev server with HMR and open the browser.
yarn start
Compiles the code for production
yarn build
Command line linting
yarn lint
yarn format