Ecosyste.ms: Awesome

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

https://github.com/mitchellsimoens/stencil-boilerplate

Boilerplate for StencilJS with server side rendering
https://github.com/mitchellsimoens/stencil-boilerplate

Last synced: 3 months ago
JSON representation

Boilerplate for StencilJS with server side rendering

Lists

README

        

# stencil-boilerplate

Boilerplate for StencilJS including support for server-side rendering (SSR).

## Getting Started

To get started, you need to install the npm modules and then run the start script:

npm install
npm start

This will run a stenciljs build, start an expressjs server and open the page
in your default browser.