https://github.com/mowtwo/demo
demo大全
https://github.com/mowtwo/demo
preact
Last synced: about 2 months ago
JSON representation
demo大全
- Host: GitHub
- URL: https://github.com/mowtwo/demo
- Owner: mowtwo
- Created: 2021-12-23T12:11:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T14:55:10.000Z (over 3 years ago)
- Last Synced: 2025-02-07T16:35:03.065Z (3 months ago)
- Topics: preact
- Language: JavaScript
- Homepage: https://demo.mowtwo.com
- Size: 320 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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.
[](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/preact&template=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
```