-
Notifications
You must be signed in to change notification settings - Fork 7
Personnel App
wilson29thid edited this page May 25, 2015
·
1 revision
- Backbone - a JavaScript MVC framework
- Marionette - an extension for Backbone that abstracts common boilerplate
- Handlebars - a template framework for passing JavaScript data into HTML markup
- Bootstrap - a CSS framework for grid-based, responsive/mobile-friendly design patterns
- NPM - node.js' package manager, used to fetch dependencies
- Browserify - a node.js application that enables you to write client-side JavaScript in a modular, node-like fashion by compiling it into a single, bundled file
- Gulp - a utility for running common tasks like compiling, testing, and cleaning code