Full Stack Reactive Web App Using Svelte & Meteor
Install the dependencies...
cd svelte-meteor-demo npm install
...then start
npm run start
...to connect mongo and insert new records
meteor mongo db.records.insert({title:"New Record"})