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 |
yarn test |
run test cases |
- Install dependencies
yarn install
- Run development server
yarn start-dev
tech | description |
---|---|
react |
js component library |
axios |
HTTP client |
react-query |
data fetching library |
eslint/prettier |
linting |
jest |
testing |
react-testing-library |
testing |
Happy coding ✌️