/ng1-ts-boilerplate

AngularJS 1.x + TypeScript + Karma + Webpack

Primary LanguageTypeScriptMIT LicenseMIT

Build Status Dependency Status devDependency Status StackShare

Getting Started

Prerequisites

  1. Install Node.js

  2. Install these NPM packages globally

npm install -g webpack typescript typings karma

Dependencies

  1. Install all dependencies
//In your project folder
npm install
typings install

Commands

Running the server

npm start

Generate docs and start the docs server

npm run docs

Run test

npm test

Build the app

npm run build

Build the app

You can pass configurations to the app like this:

npm start --env prod

This can be passed to start and build command.

#Supporter

#License

MIT