preact-scripts-ts
v0.9.17
Published
Configuration and scripts for Create React App.
Downloads
12
Readme
preact-scripts-ts 
Create Preact apps (with Typescript) with no build configuration.
Compressed output:
File sizes after gzip:
8.17 KB build/static/js/main.c57e6d2d.js
317 B build/static/css/main.9a0fe4f1.csstl;dr
npm install -g create-react-app
create-react-app my-app --scripts-version=preact-scripts-ts
cd my-app/
npm startAdditional Features
Code highlighting on error
When you run npm run build the terminal will output the error, including the highlighted sourecode (like babel)!

Credits
Forked from react-scripts-ts by William Monk.
