Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Files

Latest commit

3b62bd1 · Apr 28, 2020

History

History
29 lines (18 loc) · 520 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 520 Bytes

Frontend Exercise

Prerequisites

You should have node and npm installed. We've tested this with node 11.7.0 and npm 6.50, but any version of node >= 10.13 should be fine.

Install

Clone the repo to your local machine. Then,

npm install

Develop

npm run dev

After Next.js starts, visit http://localhost:3000 (or http://yourvmhost:3000) in your browser. You should see "It works!" on the screen.

Verify

npm run verify

You should not see any TypeScript errors.