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