Skip to content

raimohanska/typescript-parcel-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript + Parcel Minimal Setup

For learning purposes - not for production use.

Includes TypeScript and the Parcel Bundler so you can start writing client-side TypeScript code.

  1. Install Node.js
  2. Clone this repo and cd to the directory containing this repo.
  3. Run npm install
  4. 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
  5. Go to http://localhost:1234 - it will be auto-reloaded when you make changes

About

TypeScript + Parcel Minimal Setup for learning purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published