mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 19:04:30 +00:00
Fix template
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
|
||||
<div style="grid-area: start; display: flex; flex-direction: column; min-width: 0" slot="how">
|
||||
<pre class="language-bash" style="margin: 0 0 1em 0; min-width: 0; min-height: 0">
|
||||
npx degit sveltejs/template my-svelte-project
|
||||
cd my-svelte-project
|
||||
npx degit sveltejs/sapper-template my-sapper-project
|
||||
cd my-sapper-project
|
||||
|
||||
npm install
|
||||
npm run dev & open http://localhost:5000
|
||||
@@ -58,4 +58,4 @@ npm run dev & open http://localhost:5000
|
||||
|
||||
<p class="cta"><a rel="prefetch" href="docs">Learn Sapper</a></p>
|
||||
</div>
|
||||
</Blurb>
|
||||
</Blurb>
|
||||
|
||||
Reference in New Issue
Block a user