For learning purposes - not for production use.
Includes TypeScript and the Parcel Bundler so you can start writing client-side TypeScript code.
- Install Node.js
- Clone this repo and
cd
to the directory containing this repo. - Run
npm install
- Run
npm run watch
to start TypeScript compiler in watch mode, as well as Parcel. You'll see any compilation errors when you make changes - Go to http://localhost:1234 - it will be auto-reloaded when you make changes