-
Install Node.js
- on OSX use homebrew
brew install node - on Windows use chocolatey
choco install nodejs
- on OSX use homebrew
-
Install these NPM packages globally
npm install -g webpack typescript typings karma
- Install all dependencies
//In your project folder
npm install
typings install
npm start
npm run docs
npm test
npm run build
You can pass configurations to the app like this:
npm start --env prod
This can be passed to start and build command.
#License