Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/theiliad/preact


https://github.com/theiliad/preact

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

![Preact Logo](https://github.com/vercel/vercel/blob/master/packages/frameworks/logos/preact.svg)

# Preact Example

This directory is a brief example of a [Preact](https://preactjs.com/) app that can be deployed with Vercel and zero configuration.

## Deploy Your Own

Deploy your own Preact project with Vercel.

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/preact)

_Live Example: https://preact.now-examples.now.sh_

### How We Created This Example

To get started with Preact for deployment with Vercel, you can use the [Preact CLI](https://github.com/preactjs/preact-cli) to initialize the project:

```shell
$ preact create default my-project
```

### Deploying From Your Terminal

You can deploy your new Preact project with a single command from your terminal using [Vercel CLI](https://vercel.com/download):

```shell
$ vercel
```