- Piotr @piotrwitek
- Seba @PanRada
- Bartosz @migacz1125
npm install
jspm install
typings install
npm start
- open browser: localhost:8080/src/
- index page: src/index.html
- use JSPM beta ->
jspm@0.17.X
- follow BEM conventions: https://en.bem.info/methodology/naming-convention/
- create project template from scratch
- create first working component and launch it in the browser
- add module hot reload to the project
- add Component Store to example TodoList to persist component state
- create view to display trainings data
- create training list component to display available trainings
- add training list store with CRUD functionality
- add PouchDB as persistence layer
- add node-uuid as uid generator
…