https://github.com/webpro/stencil-ssr-starter
https://github.com/webpro/stencil-ssr-starter
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webpro/stencil-ssr-starter
- Owner: webpro
- License: mit
- Created: 2019-04-10T06:37:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T08:28:09.000Z (about 7 years ago)
- Last Synced: 2025-06-16T19:53:21.603Z (11 months ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# My Stencil App
Development server:
```bash
npm run dev
```
Runs at [http://localhost:3333](http://localhost:3333)
To build the app for production, run:
```bash
npm run build
```
Then start the server:
```bash
npm run ssr
```
Runs at [http://localhost:3030](http://localhost:3030)