Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/remarkablemark/parcel-typescript-path-alias-demo
- Owner: remarkablemark
- License: mit
- Created: 2022-10-29T19:57:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T13:17:34.000Z (about 1 month ago)
- Last Synced: 2024-10-11T15:13:02.133Z (about 1 month ago)
- Topics: demo, parcel, path-alias, typescript
- Language: TypeScript
- Homepage: https://remarkablemark.github.io/parcel-typescript-path-alias-demo/
- Size: 109 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)