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.