Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 243 Bytes

File metadata and controls

7 lines (5 loc) · 243 Bytes

How to start

You will need two terminal windows to run this exercise, one to run the server and one for the FE application.

  1. In project root run npm install
  2. In terminal one run npm run server
  3. In terminal two run npm run dev