https://github.com/azu/parcel-typescript-example
A minimum TypeScript app with Parcel Bundler.
https://github.com/azu/parcel-typescript-example
bundler parcel typescript
Last synced: 5 months ago
JSON representation
A minimum TypeScript app with Parcel Bundler.
- Host: GitHub
- URL: https://github.com/azu/parcel-typescript-example
- Owner: azu
- License: mit
- Created: 2017-12-09T16:48:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T23:21:50.000Z (about 7 years ago)
- Last Synced: 2025-04-18T21:30:59.716Z (6 months ago)
- Topics: bundler, parcel, typescript
- Language: HTML
- Homepage: https://azu.github.io/parcel-typescript-example/
- Size: 67.4 KB
- Stars: 101
- Watchers: 4
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parcel-typescript-example
A minimum TypeScript app with [Parcel Bundler](https://parceljs.org/).
## Source code
- [index.html](./src/index.html)
- [index.ts](./src/index.ts)
- [style.css](./src/style.css)For more details, see [src/](./src/).
## Usage
### Installation
yarn install
### Development
Launch development server.
yarn start
### BuildCompile TypeScript app and copy index.html to the `dist` folder.
yarn run build
### Deploy
Deploy `dist` folder to GitHub Pages.
yarn run deploy
You can see the result in .
## Contributing
Pull requests and stars are always welcome.
For bugs and feature requests, [please create an issue](https://github.com/azu/parcel-typescript-example/issues).
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Author
- [github/azu](https://github.com/azu)
- [twitter/azu_re](https://twitter.com/azu_re)## License
MIT © azu