Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 284 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 284 Bytes

Solar System Front End

This is a bare bones project that can be used to practice using Copilot to generate code.

Setup

Install dependencies

npm i

Execute

npm run dev

Run tests

npm test

Run code coverage

npm run coverage