https://github.com/paulchiu/lit-html-typescript-parcel-starter
Lit-Html Typescript Parcel Starter Project
https://github.com/paulchiu/lit-html-typescript-parcel-starter
lit-html parceljs tachyons-css typescript
Last synced: about 1 year ago
JSON representation
Lit-Html Typescript Parcel Starter Project
- Host: GitHub
- URL: https://github.com/paulchiu/lit-html-typescript-parcel-starter
- Owner: paulchiu
- License: mit
- Created: 2019-10-05T19:54:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:24:44.000Z (over 3 years ago)
- Last Synced: 2025-01-26T08:43:55.921Z (over 1 year ago)
- Topics: lit-html, parceljs, tachyons-css, typescript
- Language: TypeScript
- Homepage: https://lit-html-typescript-parcel-starter.paulchiu.now.sh/
- Size: 415 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lit-Html Typescript Parcel Starter
[Demo](https://lit-html-typescript-parcel-starter.paulchiu.now.sh/)
Sample starter project that uses:
- [Lit-html](https://lit-html.polymer-project.org)
- [Tachyons CSS library](https://tachyons.io/)
- [Page.js client side router](https://github.com/visionmedia/page.js)
- [Typescript](https://www.typescriptlang.org/)
- [Parcel bundler](https://parceljs.org/)
The starter project builds a 2-page SPA that's approx. 27kb gzipped.

## Development
- Run `npm i` to install dependencies
- Run `npm start` to begin development
## Production Build
- Run `npm run build` to build for production
- (Optional) If you have [now](https://zeit.co/) set up run `npm run deploy` to deploy using now
## Sources
- [Parcel Typescript recipe](https://parceljs.org/typeScript.html)