/angular-architecture

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

Primary LanguageJavaScript

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