generator-svalter
Version:
Generator to help you create and manage svelte/sapper application
19 lines (12 loc) • 374 B
Markdown
# <%= project_name %>
## Get started
Install the dependencies...
```bash
cd <%= project_name %>
npm install
```
...then start [Rollup](https://rollupjs.org):
```bash
npm run dev
```
Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.