You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2022. It is now read-only.
*Looking for a shareable component template? Go here --> [sveltejs/component-template](https://github.com/sveltejs/component-template)*
2
21
3
22
---
@@ -35,10 +54,7 @@ Navigate to [localhost:5000](http://localhost:5000). You should see your app run
35
54
36
55
By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the `sirv` commands in package.json to include the option `--host 0.0.0.0`.
37
56
38
-
<<<<<<< HEAD
39
-
=======
40
57
If you're using [Visual Studio Code](https://code.visualstudio.com/) we recommend installing the official extension [Svelte for VS Code](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode). If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.
41
-
>>>>>>> template/master
42
58
43
59
## Building and running in production mode
44
60
@@ -61,17 +77,6 @@ If you're building a single-page app (SPA) with multiple routes, sirv needs to b
61
77
"start":"sirv public --single"
62
78
```
63
79
64
-
<<<<<<< HEAD
65
-
66
-
## Deploying to the web
67
-
68
-
### With [now](https://zeit.co/now)
69
-
70
-
Install `now` if you haven't already:
71
-
72
-
```bash
73
-
npm install -g now
74
-
=======
75
80
## Using TypeScript
76
81
77
82
This template comes with a script to set up a TypeScript development environment, you can run it immediately after cloning the template with:
@@ -94,24 +99,15 @@ Install `vercel` if you haven't already:
94
99
95
100
```bash
96
101
npm install -g vercel
97
-
>>>>>>> template/master
98
102
```
99
103
100
104
Then, from within your project folder:
101
105
102
106
```bash
103
107
cd public
104
-
<<<<<<< HEAD
105
-
now deploy --name my-project
106
-
```
107
-
108
-
As an alternative, use the [Now desktop client](https://zeit.co/download) and simply drag the unzipped project folder to the taskbar icon.
0 commit comments