A Simple App to make playlist of youtube videos to be used in the EuskalEncounter
This app is written following Mantra covering core features of it.
To deploy to heroku you can use this BuildPack
- Clone this repo
- Do
npm install
to install dependencies - Make sure you've installed Meteor locally
Simply start your app with meteor -p 5005
.
Then you can access the app on http://localhost:5005
Run tests with:
npm test
See package.json for more information about testing setup.