mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-21 14:55:04 +00:00
Fixed README - Get started section
This commit is contained in:
@@ -11,9 +11,11 @@ Sapper is a framework for building high-performance universal web apps. [Read th
|
|||||||
## Get started
|
## Get started
|
||||||
|
|
||||||
Clone the [starter project template](https://github.com/sveltejs/sapper-template) with [degit](https://github.com/rich-harris/degit)...
|
Clone the [starter project template](https://github.com/sveltejs/sapper-template) with [degit](https://github.com/rich-harris/degit)...
|
||||||
|
When cloning you have to choose between rollup or webpack:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx degit sveltejs/sapper-template my-app
|
npx degit "sveltejs/sapper-template#rollup" my-app
|
||||||
|
# or: npx degit "sveltejs/sapper-template#webpack" my-app
|
||||||
```
|
```
|
||||||
|
|
||||||
...then install dependencies and start the dev server...
|
...then install dependencies and start the dev server...
|
||||||
|
|||||||
Reference in New Issue
Block a user