Skip to content

Latest commit

 

History

History
57 lines (49 loc) · 2.07 KB

README.md

File metadata and controls

57 lines (49 loc) · 2.07 KB

How to use this repository

That's all you need to get started.

Don't forget to join the Gitter for this repository: Gitter

The gitter is used as a way to communicate among us. Feel free to share code snippets and everything that can help make your experience during this session, hence other people experience will improve as well.

If you have any questions, just reach out on Gitter

Folder structure:

├── README.md ├── TODO.md ├── app │   ├── assets │   │   ├── images │   │   │   ├── angularjs.jpg │   │   │   ├── datavis.jpg │   │   │   ├── designpattern.jpg │   │   │   ├── emberjs.jpg │   │   │   ├── es6.jpg │   │   │   ├── ionic.jpg │   │   │   ├── iot.jpg │   │   │   ├── javascript.jpg │   │   │   ├── objectandprototype.jpg │   │   │   └── robot.jpg │   │   └── styles │   │   └── app.css │   ├── index.html │   ├── lib │   │   └── angular.js │   ├── src │   │   └── index.js │   └── templates │   ├── addBook.html │   ├── bookCard.html │   ├── bookDetails.html │   ├── footer.html │   ├── header.html │   └── main.html ├── fundamental │   ├── constructor.js │   ├── depInjection.js │   ├── iife.js │   ├── index.html │   ├── module.js │   ├── promise.js │   └── singleton.js ├── package.json └── snippets └── books.js