Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 299 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 299 Bytes

Mise-ang-place

This is a basic skeleton for angular projects that I have been using lately.

It uses browserify to bundle the code up allowing us to keep things more modular code wise.

index.js is the main entry file. browserify looks at this file and includes the required modules as needed.