Starter repo to use for coding challenge.
- Install the classic version of Yarn
- Run
yarnto install packages- If
yarncomplains about your Node version, install nvm, then runnvm use 14.17.0
- If
- Run
yarn tsc && yarn eslintto make sure TypeScript and ESLint are working - Run
yarn startto start the development server