/reactic-todo

Reactic ToDo App (React.js + ES6 + Webpack)

Primary LanguageCSS

Reactic ToDo App (React.js + ES6 + Flux)

Simple ToDo app build in React with nesting and sorting features (still under development)

Screenshots

Getting Started

$ git clone git@github.com:ivanaszuber/reactic-todo.git reactic
$ cd reactic
$ npm install -g gulp           # Install Gulp task runner globally
$ npm install                   # Install Node.js components listed in ./package.json

Build

$ gulp build

Run

$ gulp

This will start a development server with LiveReload and synchronized browsing across multiple devices and browsers.