https://github.com/remarkablemark/parcel-typescript-example
Parcel TypeScript example
https://github.com/remarkablemark/parcel-typescript-example
github-pages parcel typescript website
Last synced: about 2 months ago
JSON representation
Parcel TypeScript example
- Host: GitHub
- URL: https://github.com/remarkablemark/parcel-typescript-example
- Owner: remarkablemark
- License: mit
- Created: 2022-01-25T03:07:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T03:14:04.000Z (2 months ago)
- Last Synced: 2025-04-11T05:14:21.305Z (about 2 months ago)
- Topics: github-pages, parcel, typescript, website
- Language: HTML
- Homepage: https://remarkablemark.github.io/parcel-typescript-example/
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parcel-typescript-example
[Parcel](https://parceljs.org/) [TypeScript](https://www.typescriptlang.org/) example.
## Install
Clone the repository:
```sh
git clone https://github.com/remarkablemark/parcel-typescript-example.git
cd parcel-typescript-example
```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)