Skip to content

An e-commerce website template written in ReactJS

Notifications You must be signed in to change notification settings

g4stlyx/g4StoreReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reach the folder "api" which includes "db.json"
db.json is the file which contains products and categories we need for app the work properly

cd api
npm install json-server
npx json-server --watch db.json

It's a react project, so you need "react" to examine it
Start the app after you installed requirements by simply running the code below
Ensure that you are in the folder including "package.json" file

npm install
npm start

About

An e-commerce website template written in ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages