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
- Host: GitHub
- URL: https://github.com/ducks/mise-ang-place
- Owner: ducks
- Created: 2016-03-04T12:52:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-05T00:30:09.000Z (over 10 years ago)
- Last Synced: 2025-04-13T19:50:13.376Z (about 1 year ago)
- Language: JavaScript
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.