Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rezasohrabi/ecommerce
react ecommerce site
https://github.com/rezasohrabi/ecommerce
Last synced: 22 days ago
JSON representation
react ecommerce site
- Host: GitHub
- URL: https://github.com/rezasohrabi/ecommerce
- Owner: rezasohrabi
- License: mit
- Created: 2021-02-12T17:55:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T20:00:46.000Z (almost 4 years ago)
- Last Synced: 2024-10-24T21:58:15.657Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 205 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```