dolfelt / scheduler-js

Simple scheduling app using Mithril, ES6, and the When I Work API.
http://wheniwork.com
MIT License
2 stars 0 forks source link

SchedulerJS

A simple Mithril application using ES6 modules for structure and future compatibility. All code is compiled to be ES5 compatible using Browserify and Babel.

Installing

To begin, install the NPM dependencies.

npm install -g gulp
npm install

Then run:

gulp serve

This will compile all the code an start a local web service. Visit http://localhost:8080 in your browser.

Challenges

This is an example application attempting to structure Mithril, or any micro JS framework, into a large single-page application that scales.

Challenges include:

Contributing

Contribute at will! :+1: