How to start the project
- Run
npm install
- 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.