Skip to content

remarkablemark/parcel-typescript-path-alias-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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