Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 646 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 646 Bytes

task-hero

Simple task manager with ambitious stack. Progressive web application.

Definitely not production ready.

This is only a small personal project aimed at trying to get a neat stack to build a progressive web application.

Stack

Front

  • ES6
  • React
  • Redux
  • Gulp (v4.0 alpha)
  • Sass
  • Electron

Back

Intending to add Node.js server with RxJS a little further down the line, before toying with service workers.

Dev

Install Dependencies

npm install

Launch the App with Watcher (js, sass)

npm start