SvelteJsApp

Sveltejsapp

A simple svelte todo app with MongoDB as database

SvelteJS App

Navigate to 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

Install now if you haven't already:

npm install -g now

Then, from within your project folder:

cd public
now

And thats it

Top categories

Loading Svelte Themes