All Projects → azu → parcel-typescript-example

azu / parcel-typescript-example

Licence: MIT license
A minimum TypeScript app with Parcel Bundler.

Programming Languages

HTML
75241 projects
typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to parcel-typescript-example

requirex
A different kind of module loader 📦🦖
Stars: ✭ 20 (-80%)
Mutual labels:  bundler
minipack-kr
📦 자바스크립트 모듈 번들러를 만드는 간단한 예제입니다.
Stars: ✭ 105 (+5%)
Mutual labels:  bundler
parcel-react-app
Create React apps using Parcel as build tool.
Stars: ✭ 12 (-88%)
Mutual labels:  parcel
ws
scripts for building web projects
Stars: ✭ 13 (-87%)
Mutual labels:  bundler
apache-airflow-cloudera-parcel
Parcel for Apache Airflow
Stars: ✭ 16 (-84%)
Mutual labels:  parcel
parcel-examples
Parcel project examples for React, Vue, preact, VanillaJS and jQuery.
Stars: ✭ 26 (-74%)
Mutual labels:  parcel
awesome-esbuild
A curated list of awesome esbuild resources
Stars: ✭ 195 (+95%)
Mutual labels:  bundler
unchained
🚀 ES6 modules in browsers without bundlers.
Stars: ✭ 60 (-40%)
Mutual labels:  bundler
video-to-markdown
How to embed a video in markdown? Here the answer. Add videos to your markdown files easier.
Stars: ✭ 159 (+59%)
Mutual labels:  parcel
screenREC
A really simple , ad-free & minimal web based screen recorder 📹
Stars: ✭ 67 (-33%)
Mutual labels:  parcel
parcel-vuejs-starterkit
⚡ parcel-bundle + vuejs + vue-router demo
Stars: ✭ 13 (-87%)
Mutual labels:  parcel
fliphub
the easiest app builder
Stars: ✭ 30 (-70%)
Mutual labels:  bundler
parcel-typescript-react
📦 Typescriot react perttier example using parcel bundler
Stars: ✭ 15 (-85%)
Mutual labels:  parcel
fjb
fast javascript bundler 📦
Stars: ✭ 103 (+3%)
Mutual labels:  bundler
muleify
Muleify - Static Site Generator | Website Bundler | Asset Compiler | Templating | Preproccessor
Stars: ✭ 16 (-84%)
Mutual labels:  bundler
adonis-bundler
Blazing fast, zero configuration assets bundler for AdonisJS
Stars: ✭ 19 (-81%)
Mutual labels:  bundler
halogen-parcel-hot-reload-demo
An example of one way you could use hot reloading with Halogen.
Stars: ✭ 17 (-83%)
Mutual labels:  parcel
roulier
API for package delivery
Stars: ✭ 18 (-82%)
Mutual labels:  parcel
unpack
Create Web apps without a bundler
Stars: ✭ 39 (-61%)
Mutual labels:  bundler
pansy
🛠️ A zero configuration library bundler.
Stars: ✭ 14 (-86%)
Mutual labels:  bundler

parcel-typescript-example

A minimum TypeScript app with Parcel Bundler.

Source code

For more details, see 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 https://azu.github.io/parcel-typescript-example/.

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  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

License

MIT © azu

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].