blob: 5af59d47701dccb2d5d9aec2cd3519ebd0a25ab8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
## svelte app (Modified)
[![Greenkeeper badge](https://badges.greenkeeper.io/cooljith91112/svelte-app.svg)](https://greenkeeper.io/)
This is a project template for [Svelte](https://svelte.technology) apps. Original url at https://github.com/sveltejs/template.
To create a new project based on this template using [degit](https://github.com/Rich-Harris/degit):
```bash
npm install -g degit # you only need to do this once
degit cooljith91112/svelte-app svelte-app
cd svelte-app
```
*Note that you will need to have [Node.js](https://nodejs.org) installed.*
## Get started
Install the dependencies...
```bash
cd svelte-app
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.
|