- ES5 - performace, debuggability, stability
- minimal dependencies: react, react-router, express
- no heavy build tools, using
npm run
instead
git clone https://github.com/tomaskikutis/mirsk.git
cd mirsk
npm install -g browserify react-tools
npm install
npm run jsx
npm run buildjs
cd build
node server.js