Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Fixed README - Get started section
Browse files Browse the repository at this point in the history
  • Loading branch information
ridly authored and Conduitry committed Feb 18, 2019
1 parent 57fe5bd commit c637687
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ Sapper is a framework for building high-performance universal web apps. [Read th
## Get started

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
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...
Expand Down

0 comments on commit c637687

Please sign in to comment.