Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yixizhang/create-preact-compat-app
Create Preact-compat apps with no build configuration.
https://github.com/yixizhang/create-preact-compat-app
create-react-app preact react
Last synced: about 2 months ago
JSON representation
Create Preact-compat apps with no build configuration.
- Host: GitHub
- URL: https://github.com/yixizhang/create-preact-compat-app
- Owner: yixizhang
- Fork: true (alexkuz/create-preact-app)
- Created: 2017-04-23T19:14:25.000Z (over 7 years ago)
- Default Branch: preact
- Last Pushed: 2017-04-24T07:53:49.000Z (over 7 years ago)
- Last Synced: 2024-05-19T22:21:39.899Z (6 months ago)
- Topics: create-react-app, preact, react
- Language: JavaScript
- Homepage:
- Size: 2.08 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚡ ️Create Preact-compat App ⚡️
Create Preact-compat apps with no build configuration.
This is a fork of [create-react-app](https://github.com/facebookincubator/create-react-app).
## Overview
```sh
npm install -g create-preact-compat-appcreate-preact-compat-app my-app
cd my-app/
npm start```
Then open [http://localhost:3000/](http://localhost:3000/) to see your app.
When you’re ready to deploy to production, create a minified bundle with `npm run build`.