Skip to content

alexkuz/create-preact-app

 
 

Repository files navigation

Create Preact App

Create Preact apps with no build configuration.

This is a fork of create-react-app.

tl;dr

npm install -g create-preact-app

create-preact-app my-app
cd my-app/
npm start

Then open http://localhost:3000/ to see your app.
When you’re ready to deploy to production, create a minified bundle with npm run build.

The rest of it is quite similar to original tool, you can read its docs here.

About

Create React apps with no build configuration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.1%
  • Shell 6.0%
  • AppleScript 1.5%
  • Other 1.4%