Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 489 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 489 Bytes

Create React App example

version 0c6e95aff1b2f3a1d2dbfdc2f9957e567b554159

How to use

There are 2 projects, ui and api

First cd into api and run

npm install
npm run start:development

then navigate to http://localhost:4444/api/grocerylists you should see some data in json

Open another tab in terminal and cd into ui folder and run

npm install
npm run start

then navigate to http://localhost:3000/

you should see something like below ;)