Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rezasohrabi/ecommerce

react ecommerce site
https://github.com/rezasohrabi/ecommerce

Last synced: 22 days ago
JSON representation

react ecommerce site

Awesome Lists containing this project

README

        

# Getting Started with Create React App
```jsx
npx create-react-app e-commerce
cd e-commerce
```
In the project directory, you can run:

### `npm install react-router-dom`

### `npm install json-server json-server-auth`

### `npm install axios`

### `npm install jwt-decode`

### `npm install bulma`

### `start json server`

```jsx
json-server ./backend/db.json -m ./node_modules/json-server-auth --port 3001
```
### `finally start projct using`

```jsx
npm start
```