An open API service indexing awesome lists of open source software.

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:

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: