Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keuller/svelte-spa
- Owner: keuller
- Created: 2019-12-28T21:04:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:28:23.000Z (about 2 years ago)
- Last Synced: 2024-11-22T12:22:00.617Z (2 months ago)
- Topics: jest, spa, sveltejs, test
- Language: Svelte
- Size: 1.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svelte-spa
Demo Application using SvelteJS## Clone and Install dependencies
```bash
git clone https://github.com/keuller/svelte-spacd 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
```