coding-starter

Starter repo to use for coding challenge.

Getting started

  1. Install the classic version of Yarn
  2. Run yarn to install packages
    • If yarn complains about your Node version, install nvm, then run nvm use 14.17.0
  3. Run yarn tsc && yarn eslint to make sure TypeScript and ESLint are working
  4. Run yarn start to start the development server