Parcel TypeScript path alias with tilde specifiers demo. Inspired by parcel-typescript-example.
Clone the repository:
git clone /~https://github.com/remarkablemark/parcel-typescript-path-alias-demo.git
cd parcel-typescript-path-alias-demo
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.