This is a basic web boilerplate project. To use it, fork this repo and clone it.
You can then edit the files in /src/.
This includes TypeScript and SASS, but you can write in plain CSS and JavaScript instead if you prefer.
It includes Parcel bundler which handles compilation, bundling etc. Just link things in your HTML and they should work.
To begin, type:
npm iThen to run the development server, type:
npm startYou can then open http://localhost:1234/
To build for production, type:
npm run buildThis will build a production site in dist.