Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 291 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 291 Bytes

Superwert Homework

First, install packages with yarn:

yarn install

After that, build the frontend:

yarn build

Finally, run the production build:

yarn start

Open http://localhost:3000 with your browser to see the result.