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

https://github.com/alexrogalskiy/vercel-promo


https://github.com/alexrogalskiy/vercel-promo

Last synced: 2 months ago
JSON representation

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.

[![Deploy with Vercel](https://vercel.com/button)](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
```