/task-hero

Simple task manager. Progressive web application.

Primary LanguageJavaScript

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 a little further down the line, before toying with service workers

Dev

Install Dependencies

npm install

Launch the web application with Watcher (js, sass)

npm start

Launch the desktop application with Watcher (js, sass)

npm run-script electron