Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 424 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 424 Bytes

Starter Template

Setup

  1. Install the correct node version defined in the .nvmrc file
  • If you have nvm this can be installed with nvm install
  1. Install yarn
  2. Run yarn to install global dependencies
  3. cd into server directory and follow the readme steps there
  4. cd into the client directory and follow the readme steps there