Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Latest commit

 

History

History
57 lines (35 loc) · 1.58 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.58 KB

ironcrux

Build Status Dependency Status

AngularJS / NodeJS Boilerplate Application in TypeScript

The structure of the application is influenced by the HotTowel-Angular and the gulp-angular skeleton.

Prerequisites

  1. Install Node.js
  1. Install these NPM packages globally

    npm install -g bower gulp nodemon tsc typings

    Refer to these instructions on how to not require sudo

    On linux you might have problems with gulp.watch. In this case check out these links: GitHub Issue / Stackoverflow

Getting Started

  1. Download the repository

    git clone [email protected]:JuHwon/ironcrux.git && cd ironcrux
  2. Install project dependencies

    npm install
    typings install --ambient
    bower install
  3. Run application

    gulp serve-dev

Manual

Add new typings

typings install koa-favicon --ambient --save