An open API service indexing awesome lists of open source software.

https://github.com/ducks/mise-ang-place

loose boilerplate for angular projects
https://github.com/ducks/mise-ang-place

Last synced: 9 days ago
JSON representation

loose boilerplate for angular projects

Awesome Lists containing this project

README

          

# 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.