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,
fork
this repoclone
your forknvm use
use the node version from .nvmrcnpm install
to install all dependenciesnpm run typings
to install all related typingsnpm start
to run our demo app locally
MIT © Jay Kan