File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ An opinionated [Svelte](https://svelte.dev) project starter template with the fo
12
12
Create a new project using [ degit] ( https://github.com/Rich-Harris/degit ) :
13
13
14
14
``` bash
15
- npx degit zerodevx/svelte-starter my-project
16
- cd my-project
15
+ $ npx degit zerodevx/svelte-starter my-project
16
+ $ cd my-project
17
17
```
18
18
19
19
* Note that you will need to have [ Node.js] ( https://nodejs.org ) installed.*
20
20
21
21
Install dependencies:
22
22
23
23
``` bash
24
- npm i
24
+ $ npm i
25
25
```
26
26
27
27
30
30
Start the server:
31
31
32
32
``` bash
33
- npm run dev
33
+ $ npm run dev
34
34
```
35
35
36
36
Navigate to [ localhost:5000] ( http://localhost:5000 ) . You should see the starter template running.
@@ -41,5 +41,5 @@ Navigate to [localhost:5000](http://localhost:5000). You should see the starter
41
41
Lint rules follow Standardjs with a few overrides to play nicely with Svelte. To run the linter:
42
42
43
43
``` bash
44
- npm run lint
44
+ $ npm run lint
45
45
```
You can’t perform that action at this time.
0 commit comments