Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 245 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 245 Bytes

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