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

AngularJS / NodeJS Boilerplate Application in TypeScript

Notifications You must be signed in to change notification settings

JuHwon/ironcrux

Repository files navigation

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

About

AngularJS / NodeJS Boilerplate Application in TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published