Skip to content

Latest commit

 

History

History
executable file
·
32 lines (19 loc) · 699 Bytes

README.md

File metadata and controls

executable file
·
32 lines (19 loc) · 699 Bytes

ember - the free framework

A presentation on how ember.js allows you to build an application with most of the stuff handed out for free.

Meet.js - 30 March 2017

Quick Start

To get up and running with the presentation, clone the repo and install dependencies:

git clone git@github.com:Martodox/meetjs-ember-talk.git
cd meetjs-ember-talk
npm install

Next, start up the development server:

npm start

Open http://0.0.0.0:8000/ in your browser to see the browse the presentation.

License

MIT licensed

Copyright (C) 2017 Bartosz Jakubowiak

Presentation thanks to [reveal.js + Pug][https://github.com/jlengstorf/reveal.js-jade] by Hakim El Hattab