micropolisJS icon indicating copy to clipboard operation
micropolisJS copied to clipboard

running on local?

Open ekremkaraca opened this issue 10 years ago • 2 comments

Hey guys,

I'd like to run it on local, however there is no helpful description neither README nor wiki. I've grabbed the code, get required libs via npm install, build grunt tasks without errors. And then, ...

ekremkaraca avatar Sep 17 '14 14:09 ekremkaraca

I think all you should have to do from there run a local web server (like http-server in Node) or IIS, to serve up index.html.

I tried that, and it worked just fine for me.

davidwesst avatar Sep 20 '14 06:09 davidwesst

Correction: When I was trying to run from the source code (not from dist) I got a minor error in IE11 saying that onMove was not defined as MonsterTV.js runs with "use strict" easy fix though. Pull request will follow shortly.

davidwesst avatar Sep 20 '14 06:09 davidwesst