https://github.com/paulchiu/redom-typescript-parcel-starter
RE:DOM Typescript Parcel Starter Project
https://github.com/paulchiu/redom-typescript-parcel-starter
parceljs redom tachyons-css typescript
Last synced: about 1 year ago
JSON representation
RE:DOM Typescript Parcel Starter Project
- Host: GitHub
- URL: https://github.com/paulchiu/redom-typescript-parcel-starter
- Owner: paulchiu
- License: mit
- Created: 2019-09-20T22:37:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:55:37.000Z (over 3 years ago)
- Last Synced: 2025-01-26T08:43:55.165Z (over 1 year ago)
- Topics: parceljs, redom, tachyons-css, typescript
- Language: TypeScript
- Homepage: https://redom-typescript-parcel-starter.paulchiu.now.sh/
- Size: 420 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RE:DOM Typescript Parcel Starter
[Demo](https://redom-typescript-parcel-starter.paulchiu.now.sh)
Sample starter project that uses:
- [RE:DOM components](https://redom.js.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. 25kb 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)