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

https://github.com/webpro/stencil-ssr-starter


https://github.com/webpro/stencil-ssr-starter

Last synced: 8 months ago
JSON representation

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)