This commit is contained in:
Rich Harris 2017-08-05 20:23:01 -04:00
parent 4f0cf976e2
commit 1268726a9a

View file

@ -23,7 +23,7 @@ cd svelte-app
npm install npm install
``` ```
...then start Rollup: ...then start [Rollup](https://rollupjs.org):
```bash ```bash
npm run dev npm run dev
@ -63,4 +63,4 @@ Then, from within your project folder:
```bash ```bash
npm run build npm run build
surge public surge public
```# template ```