conversation-example Svelte Themes

Conversation Example

Project showcasing abilities; a svelte-based comments section based in HTML, css and JS.

conversation-example

This is a project showcasing svelte and front-end dev abilities; a svelte-based comments section based in HTML, CSS and JS. Official Instance

To replicate this project using degit:

npx degit sveltejs/template svelte-app
cd svelte-app

Note that you will need to have Node.js installed.

Get started

Install the dependencies...

cd svelte-app
npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see the app running.

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.

Building and running in production mode

To create an optimised version of the app:

npm run build

You can run the newly built app with npm run start.

Top categories

Loading Svelte Themes