Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 427 Bytes

readme.md

File metadata and controls

19 lines (16 loc) · 427 Bytes

Why another starter kit ?

  • ES5 - performace, debuggability, stability
  • minimal dependencies: react, react-router, express
  • no heavy build tools, using npm run instead

Install

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

open http://localhost:3001