Skip to content

brycedorn/svelte-reactive-map-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svelte-reactive-map-list

As part of a Svelte tutorial.

Build and Deploy

Demo.

Local development

cp .env.example .env
npm install
npm start

Navigate to localhost:1234.

Hot reloading is enabled in Parcel by default; if you edit a file in src the page will reload with your changes.

Deployment

All commits to master branch trigger a CI build to push to GL pages.