Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/keuller/svelte-spa

Demo Application using SvelteJS
https://github.com/keuller/svelte-spa

jest spa sveltejs test

Last synced: 9 days ago
JSON representation

Demo Application using SvelteJS

Awesome Lists containing this project

README

        

# svelte-spa
Demo Application using SvelteJS

## Clone and Install dependencies

```bash
git clone https://github.com/keuller/svelte-spa

cd svelte-spa

npm install
```

## Running Dev
```bash
$ npm start
```

## Building to Production
```bash
$ npm run build
```

## Running Production Bundle
```bash
$ npm run serve
```

## Running Tests
```bash
$ npm run test
```