https://github.com/sudipstha08/ecommerce-react
Ecommerce :books:
https://github.com/sudipstha08/ecommerce-react
axios babel eslint jest lint-staged precommit-hooks prettier react react-router react-testing-library
Last synced: 20 days ago
JSON representation
Ecommerce :books:
- Host: GitHub
- URL: https://github.com/sudipstha08/ecommerce-react
- Owner: sudipstha08
- License: mit
- Created: 2024-06-05T08:13:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T04:35:01.000Z (9 months ago)
- Last Synced: 2024-12-06T15:12:54.060Z (3 months ago)
- Topics: axios, babel, eslint, jest, lint-staged, precommit-hooks, prettier, react, react-router, react-testing-library
- Language: TypeScript
- Homepage:
- Size: 577 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Ecommerce :books:
## Basic commands :wrench:
| 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 |### How to get started ?
- Install dependencies `yarn install`
- Run development server `yarn start-dev`## Tech Stacks :package:
| 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 :v: