Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 342 Bytes

File metadata and controls

11 lines (6 loc) · 342 Bytes

How to start the project

  1. Run npm install
  2. Run npm start

The tsconfig.json is being used by the language server in VS Code.

Parcel

Parcel is being used as the bundler inside this project. If you want to include other asset types (like HTML, CSS or SCSS), please check out the Parcel docs.