Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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-app

create-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`.