Skip to content

Commit

Permalink
Initial files from repl
Browse files Browse the repository at this point in the history
  • Loading branch information
TehShrike committed Jul 10, 2017
0 parents commit f3205b4
Show file tree
Hide file tree
Showing 10 changed files with 2,329 additions and 0 deletions.
57 changes: 57 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# svelte app

This project was created by the [Svelte REPL](https://svelte.technology/repl).


## Get started

You will need to have [Node.js](https://nodejs.org) installed.

Install the dependencies...

```bash
cd /path/to/this/directory
npm install
```

...then start Rollup:

```bash
npm run dev
```

Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.


## Deploying to the web

### With [now](https://zeit.co/now)

Install `now` if you haven't already:

```bash
npm install -g now
```

Then, from within your project folder:

```bash
now
```

As an alternative, use the [Now desktop client](https://zeit.co/download) and simply drag the unzipped project folder to the taskbar icon.

### With [surge](https://surge.sh/)

Install `surge` if you haven't already:

```bash
npm install -g surge
```

Then, from within your project folder:

```bash
npm run build
surge public
```
Loading

0 comments on commit f3205b4

Please sign in to comment.