Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Parcel TypeScript path alias demo
https://github.com/remarkablemark/parcel-typescript-path-alias-demo

demo parcel path-alias typescript

Last synced: 20 days ago
JSON representation

Parcel TypeScript path alias demo

Awesome Lists containing this project

README

        

# parcel-typescript-path-alias-demo

[Parcel](https://parceljs.org/) [TypeScript](https://www.typescriptlang.org/) [path alias](https://parceljs.org/features/dependency-resolution/#paths) with [tilde specifiers](https://parceljs.org/features/dependency-resolution/#tilde-specifiers) demo. Inspired by [parcel-typescript-example](https://github.com/remarkablemark/parcel-typescript-example).

## Install

Clone the repository:

```sh
git clone https://github.com/remarkablemark/parcel-typescript-path-alias-demo.git
cd parcel-typescript-path-alias-demo
```

Install the dependencies:

```sh
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](LICENSE)