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