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

https://github.com/malbernaz/svelte-ssr-boilerplate


https://github.com/malbernaz/svelte-ssr-boilerplate

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Svelte SSR

Simple boilerplate demonstrating how to create a server side application with svelte.

```sh
# Install dependencies
yarn Install

# Spin development server
yarn dev

# Build application
yarn Build

# Run application
yarn start
```

## license

[MIT](https://github.com/malbernaz/svelte-ssr-boilerplate/blob/master/LICENSE)