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

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.

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

### Build

Compile 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