rezasohrabi / ecommerce

react ecommerce site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with Create React App

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

json-server ./backend/db.json -m ./node_modules/json-server-auth --port 3001

finally start projct using

npm start

About

react ecommerce site

License:MIT License


Languages

Language:JavaScript 92.1%Language:HTML 6.5%Language:CSS 1.4%