commands | description |
---|---|
yarn start-dev |
run the development server |
yarn install |
install dependencies |
yarn lint |
run linter |
yarn remove |
remove a package |
yarn build |
build application |
- Install dependencies
yarn install
- Start dev server
yarn start-dev
tech | description | Links |
---|---|---|
vite |
FE Tooling | Vite |
react |
js library | React |
typescript |
types | Typescript |
axios |
HTTP client | Axios |
react-query |
data fetching | React Query |
eslint |
linting | Eslint |
prettier |
code formatter | Prettier |
commitlint |
commit convebtion | Commitlint |
husky |
pre-cmmit hooks | Husky |
stylelint |
css linter | Stylelint |
I was in need of a good, solid, reliable and fast boilerplate to work with React/Typescript projects. I was working with Create-React-App and Webpack previously. Later on I discovered Vite which is a good alternative fro CRA
MIT