Make sure you have Node version >= 5.11 and NPM >= 3
Once you have those, you should install these globals with npm install --global:
webpack(npm install --global webpack)webpack-dev-server(npm install --global webpack-dev-server)typings(npm install --global typings)
Once you have installed all prerequisites,
forkthis repocloneyour forknvm useuse the node version from .nvmrcnpm installto install all dependenciesnpm run typingsto install all related typingsnpm startto run our demo app locally
MIT © Jay Kan