Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srmullen/chess-animation-example
https://github.com/srmullen/chess-animation-example
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/srmullen/chess-animation-example
- Owner: srmullen
- Created: 2022-01-21T19:56:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T19:57:02.000Z (almost 3 years ago)
- Last Synced: 2024-11-04T02:42:08.416Z (2 months ago)
- Language: Svelte
- Size: 142 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
STTV - Svelte / Typescript / Tailwind / Vite Template
=====================================================Get up and running with Svelte, Typescript, Tailwind and Vite. Also includes testing setup using Jest.
Installation
------------```
npx degit "srmullen/sttv#main" my_app
cd my_app
npm install
```Scripts
-------### Start a development server
`npm run dev`
### Run tests
`npm run test`
or
`npm run test:watch`### Build the application
`npm run build`
### Serve the application
`npm run serve`