Skip to content

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

Notifications You must be signed in to change notification settings

peepo5/conversation-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published