Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/electronsz/sveltejsapp

A simple svelte todo app with MongoDB as database
https://github.com/electronsz/sveltejsapp

Last synced: 23 days ago
JSON representation

A simple svelte todo app with MongoDB as database

Awesome Lists containing this project

README

        

# SvelteJS App

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.

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`.

## 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
cd public
now
```

And thats it