Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.42 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.42 KB

Code Challenge Repository

Overview

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.

Tech used

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.

Development

Testing

Commands

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.

Versions

▶ npm -v
7.9.0
▶ node -v
v12.15.0