Merge branch 'rollup' of github.com:sveltejs/sapper-template into rollup

This commit is contained in:
Rich Harris
2018-09-05 09:21:31 -04:00

View File

@@ -3,7 +3,7 @@
A version of the default [Sapper](https://github.com/sveltejs/sapper) template that uses Rollup instead of webpack. To clone it and get started:
```bash
npx degit sveltejs/sapper-template-rollup my-app
npx degit sveltejs/sapper-template#rollup my-app
cd my-app
npm install # or yarn!
npm run dev