This directory is a brief example of a Stencil app that can be deployed to Vercel with zero configuration
Deploy your own Stencil project with Vercel.
Live Example: https://stencil-template.vercel.app
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)