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

https://github.com/seniorjoinu/typescript-parcel-preact-sass-template

Simple yet powerful
https://github.com/seniorjoinu/typescript-parcel-preact-sass-template

boilerplate parcel parcel-bundler preact react sass template typescript

Last synced: 2 months ago
JSON representation

Simple yet powerful

Awesome Lists containing this project

README

          

# TS + Preact + Sass + Parcel and nothing more
This template provides basic but very powerful boilerplate to start-up your browser app.

### Content
* `Typescript` - type-safe Javascript superset
* `Preact` - better React alternative (google some benchmarks)
* `Sass` - better styling
1. TS binding to safely import styles into .ts files (see `App.tsx`)
2. `autoprefixer` and `minifier` are enabled by default
* `Parcel` - much faster webpack alternative

### Usage
* `npm run start` - starts typescript compiler in watch mode and development server with HMR
* `npm run build` - builds app into `dist` folder