0.1.3 • Published 5 years ago

y-over-react3 v0.1.3

Weekly downloads
12
License
MIT OR Apache-2.0
Repository
-
Last release
5 years ago

y-over-react3

Advanced web-based training (WBT) software immulating Captivate/Flash style courseware in HTML5 utilizing React/Redux (store) framework. Entire course is run by just two data files per lesson, one for slide info (title, narration, optional txt, image src, etc.), and another for the slide's bullets which are cued based on the time (secs) value you place in bullet property.

Additional features will include: -ADL - SCORM wrapper (to include bookmarking) -Multi-module/lesson menu system

Setup

  • Clone the repo
  • npm|yarn install
  • npm|yarn start

Production build

npm|yarn build