To get started:
-
Install and start the API server
From the root of this repository:
cd api-servernpm installnode server
-
In another terminal window, install npm dependencies and start the front end
From the root of this repository:
cd frontendnpm installnpm start
go to http://localhost:3000 to see the application.