Parcel TypeScript example.
Clone the repository:
git clone https://github.com/remarkablemark/parcel-typescript-example.git
cd parcel-typescript-example
Install the dependencies:
npm install
In the root directory, you can run:
Starts the local development server.
Builds the web app for production.
Removes the .parcel-cache
and dist
directories.
Performs type checking.