w3tecch / ng1-ts-boilerplate

AngularJS 1.x + TypeScript + Karma + Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

AngularJS 1.x + TypeScript + Karma + Webpack

License:MIT License


Languages

Language:TypeScript 67.0%Language:HTML 19.5%Language:JavaScript 12.1%Language:CSS 1.5%