This repository contains boilerplate code you will use to build the create account form.
You will be working out of the src/
and test/
directories.
You have been given a starter repository using TypeScript / React / NextJS. You will only need a basic understanding of these technologies to successfully complete this coding challenge. Refer to the documentation links below for more information.
npm install
for initial setup.
npm run dev
starts the development server. The page exists at localhost:3000/create_account
.
npm test
runs the tests.
▶ npm -v
7.9.0
▶ node -v
v12.15.0