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
- Host: GitHub
- URL: https://github.com/seniorjoinu/typescript-parcel-preact-sass-template
- Owner: seniorjoinu
- Created: 2019-08-20T11:29:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-25T15:45:48.000Z (almost 7 years ago)
- Last Synced: 2025-10-10T03:32:10.715Z (8 months ago)
- Topics: boilerplate, parcel, parcel-bundler, preact, react, sass, template, typescript
- Language: CSS
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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