christianhg / storylines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storylines

Prototype of a Storylines editor

Intro

  • AngularJS is used as the framework.
  • Redux is used to manage the state of the application.
  • Webpack is used to build the application as well as serving a development version of it.

Development

Install:

yarn install

Development:

yarn run dev

Spins up a development server on localhost:9000.

Build:

yarn run build

About


Languages

Language:TypeScript 76.8%Language:JavaScript 17.1%Language:CSS 4.1%Language:HTML 2.0%