项目作者: chetan-jadhav

项目描述 :
Todo application using simple flux implementation
高级语言: JavaScript
项目地址: git://github.com/chetan-jadhav/flux-todomvc.git
创建时间: 2017-04-10T12:08:35Z
项目社区:https://github.com/chetan-jadhav/flux-todomvc

开源协议:

下载


flux-shell

This is a very simple hello world app that you can use as a starting point for your application.

Usage

  1. cd path/to/flux-shell
  2. npm install
  3. npm run build
  4. # open path/to/flux-shell/index.html in your browser

Watch

Instead of manually building after each change it’s possible to automatically recompile the javascript bundle when files change:

  1. npm run watch
  2. # make javascript changes, then refresh path/to/flux-shell/index.html