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

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

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.

![Payload size](docs/images/payload.png)

## 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)