https://github.com/flavien-hugs/starty-template-svelte
Implementation of templete starty in sveltejs
https://github.com/flavien-hugs/starty-template-svelte
svelte svelte-template sveltejs
Last synced: 7 months ago
JSON representation
Implementation of templete starty in sveltejs
- Host: GitHub
- URL: https://github.com/flavien-hugs/starty-template-svelte
- Owner: flavien-hugs
- Created: 2022-06-12T15:40:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T16:46:03.000Z (over 3 years ago)
- Last Synced: 2025-02-03T13:44:12.597Z (8 months ago)
- Topics: svelte, svelte-template, sveltejs
- Language: Svelte
- Homepage:
- Size: 1.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# starty-template-svelte
---# How to use project ?
```bash
git clone https://github.com/flavien-hugs/starty-template-svelte.git
cd starty-template-svelte
```## Get started
Install the dependencies...
```bash
cd starty-template-svelte
npm install
```...then start [Rollup](https://rollupjs.org):
```bash
npm run dev
```