demo/ # Demo application
presentation/ # Presentation
demo-diagram.png # Demo application architecture
Both presentation and demo require npm install before opening.
cd demo
npm install
npm run start
cd presentation
npm install
open index.html
Presentation I've held at CallidusCloud as part of Tech Meetup
JavaScript
demo/ # Demo application
presentation/ # Presentation
demo-diagram.png # Demo application architecture
Both presentation and demo require npm install before opening.
cd demo
npm install
npm run start
cd presentation
npm install
open index.html