Assuming you already have node and npm
- Install jspm if you don't have it
npm install -g jspm
. - Install mimosa if you don't have it
npm install -g mimosa
. - Run
npm install
. - Run
jspm install
.
Run the command mimosa watch -s
and navigate to localhost:3000
(or the address that mimosa gives you).