Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 398 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 398 Bytes

Meteor - Svelte integration test

How to run?

  1. Install Meteor
$ curl https://install.meteor.com/ | sh
  1. Run Meteor
$ meteor
  1. Open browser at http://localhost:3000

Notes

  • The svelte:compiler package has some unfinished changes, so it might print something strange into console on startup, but it works.
  • The app uses a beta version of Meteor. Should be ok.