remarkablemark / parcel-typescript-path-alias-demo

Parcel TypeScript path alias demo

Home Page:https://remarkablemark.github.io/parcel-typescript-path-alias-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parcel-typescript-path-alias-demo

Parcel TypeScript path alias with tilde specifiers demo. Inspired by parcel-typescript-example.

Install

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

Available Scripts

In the root directory, you can run:

npm start

Starts the local development server.

npm run build

Builds the web app for production.

npm run clean

Removes the .parcel-cache and dist directories.

npm run type-check

Performs type checking.

License

MIT

About

Parcel TypeScript path alias demo

https://remarkablemark.github.io/parcel-typescript-path-alias-demo/

License:MIT License


Languages

Language:TypeScript 71.4%Language:HTML 24.2%Language:CSS 4.4%