/tale.js

Add stories to your application

Primary LanguageTypeScriptMIT LicenseMIT

🧚 Tale.js

  • Create stories
  • Vanilla JavaScript

Upcoming features

  • Add text to your story (Customize text)
  • Add videos to your story
  • Add ads between stories
  • Widgets (Poll and QA)

Requirements

  • node >= 10.13.0
  • npm

Demo

https://shahiem.github.io/tale.js/dist/index.html

Setup

Installation

  1. Install all dependencies using npm install.
$ npm i

Build Assets

$ npm run build

Enable Source Files Watcher

$ npm run watch

Production / Build Assets

  • Optimize assets for production by:
$ npm run production