Skip to content

jpaulptr/ecom-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecom-react

A simple shoping site built with react js.

Running the app

to run the completed app

cd ./complete-example

To run the client:

cd ./client
npm run dev

To run the api (required):

cd ./api
npm run dev