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: 20 days ago
JSON representation
Boilerplate for StencilJS with server side rendering
- Host: GitHub
- URL: https://github.com/mitchellsimoens/stencil-boilerplate
- Owner: mitchellsimoens
- License: mit
- Created: 2017-09-18T13:59:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T20:47:31.000Z (about 7 years ago)
- Last Synced: 2024-10-12T02:14:10.091Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 startThis will run a stenciljs build, start an expressjs server and open the page
in your default browser.