Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.
/ ng1-ts-boilerplate Public archive

AngularJS 1.x + TypeScript + Karma + Webpack

License

Notifications You must be signed in to change notification settings

w3tecch/ng1-ts-boilerplate

Repository files navigation

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