Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theiliad/preact
https://github.com/theiliad/preact
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/theiliad/preact
- Owner: theiliad
- Created: 2020-08-16T20:28:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T20:29:04.000Z (about 4 years ago)
- Last Synced: 2024-10-11T11:12:01.074Z (28 days ago)
- Language: JavaScript
- Size: 94.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```