Getting Started

In a terminal run:

  1. yarn install

Running the App

In separate terminals run:

  1. yarn start
  2. node ./server

Then view it in your browser.

To make a production build:

  1. yarn run build