https://github.com/alexrogalskiy/vercel-promo
https://github.com/alexrogalskiy/vercel-promo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexrogalskiy/vercel-promo
- Owner: AlexRogalskiy
- License: mit
- Created: 2020-12-05T22:38:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T09:20:21.000Z (about 3 years ago)
- Last Synced: 2025-01-26T10:13:33.272Z (4 months ago)
- Language: TypeScript
- Homepage: vercel-promo.alexrogalskiy.vercel.app
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Stencil Example
This directory is a brief example of a [Stencil](https://stenciljs.com/) app that can be deployed with Vercel and zero configuration
## Deploy Your Own
Deploy your own Stencil project with Vercel.
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/stencil)
_Live Example: https://stencil.now-examples.now.sh_
### How We Created This Example
To get started with Stencil deployed with Vercel, you can use the [Stencil project initializer](https://stenciljs.com/docs/getting-started#starting-a-new-project) to initialize the project:
```shell
$ npm init stencil
```