Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 222 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 222 Bytes

Simons Sweet Shop Challenge

Uses node and express as a server/api and React as a front end.

To start the node server:

yarn install

yarn start

To start the React front end:

cd client

yarn install

yarn start