Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/electronsz/sveltejsapp
- Owner: ElectronSz
- Created: 2019-10-25T12:40:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-08T02:55:10.000Z (about 1 month ago)
- Last Synced: 2024-12-08T03:25:56.433Z (about 1 month ago)
- Language: HTML
- Size: 722 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
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