sauravpandit / angular-architecture

Accompanying repository to the "Anatomy of a large Angular Application" article.

Home Page:https://medium.com/@bojzi/anatomy-of-a-large-angular-application-f098e5e36994#.eemhayysx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-architecture

Setup

After cloning run the following commands:

npm install
cd common
gulp
cd ..
cd deckmanager
gulp
cd ..
cd deckbuilder
gulp
cd ..
npm start

Browse at http://localhost:8666

Development

(If you'll also change common vertical) Start gulp watcher in common directory

cd common
gulp watch

(In another terminal window, if you're also running common) Start {vertical} watcher (deckmanager or deckbuilder)

cd {vertical}
gulp watch

About

Accompanying repository to the "Anatomy of a large Angular Application" article.

https://medium.com/@bojzi/anatomy-of-a-large-angular-application-f098e5e36994#.eemhayysx


Languages

Language:JavaScript 93.2%Language:TypeScript 5.7%Language:HTML 1.0%Language:CSS 0.1%