Skip to content

sreegithub19/stencil

Repository files navigation

Stencil Example

This directory is a brief example of a Stencil app that can be deployed to Vercel with zero configuration

Deploy Your Own

Deploy your own Stencil project with Vercel.

Deploy with Vercel

Live Example: https://stencil-template.vercel.app

How We Created This Example

To get started with Stencil deployed with Vercel, you can use the Stencil project initializer to initialize the project:

$ npm init stencil - to start a new project

To run this project:
  $ npm install
  $ npm start

- Git: git add . && git commit -m "C" && git push origin main
- Vercel: vercel --prod  (this step is not required)

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages