Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.51 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.51 KB

mithril-boilerplate

A boilerplate for gulp+mithril+webpack+browser-sync+axis.

This is mostly for personal archiving but it maybe of value to others and a good starting place for handling both frontend & backend.

npm install;gulp will build and start both the frontend and backend.

Contains the following

Package Description
Axis Stylus CSS Framework
Babel ES6 -> ES5 transpiler
Browser-Sync Keep multiple tabs in sync and live reloading on content changes
Gulp Task Runner
Jeet Stylus Grid System
Mithril Virtual DOM rendering/diff MVC micro-framework
WebPack Converts both frontend & backend single files with support for Stylus to css conversion, minification, etc.
Express Web framework

This list may change as I try out new combinations.