In a terminal run:
yarn install
In separate terminals run:
yarn start
node ./server
Then view it in your browser.
To make a production build:
yarn run build
In a terminal run:
yarn install
In separate terminals run:
yarn start
node ./server
Then view it in your browser.
To make a production build:
yarn run build