Giter Site home page Giter Site logo

hewmorist / talks.browserify-marionette Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kkemple/talks.browserify-marionette

0.0 2.0 0.0 1.49 MB

An example browserify + marionette presentation app

JavaScript 26.96% HTML 0.56% Handlebars 10.03% CSS 62.45%

talks.browserify-marionette's Introduction

Browserify + Marionette = <3

This is a presentation application built with Browserify and Marionette. You can view the annotated source at http://kkemple.github.io/talks.browserify-marionette/readme.html

The actual slides for the presentation can be viewed at http://kkemple.github.io/slides.browserify-marionette

Talk Overview

  • Follow Along - List of talk resources

  • What Is Browserify - Quick Explaination

  • Why use Browserify?

    • CommonJS Style Modules
    • Access to NPM modules
    • Easy build integration
  • Getting Browserify Set Up

    • Running From The Command Line
    • Running with Grunt
    • Shimming Backbone.$
    • Handling Non-NPM Dependencies
    • Shimming Globals
    • Understanding Transforms
  • Browserify and Marionette

    • Configuration and Initialization
    • Keeping Things Small
    • Organizing Templates
    • What About Modules?
  • Getting Really Dry

    • Turning code in to NPM modules
    • Making them private if proprietary
  • Resources

    • How Browserify Works
    • Browserify Articles
    • Marionetteify
    • NPM Enterprise

Building the project

Clone the repo git clone [email protected]:kkemple/talks.browserify-marionette.git

Make sure you have Node.js or IO.js installed. If you do not you can get them here:

Next you will need to install grunt-cli and bower globally if you do not already have them installed:

npm install grunt-cli -g
npm install bower -g

Next you will need to run npm install, and then run bower install.

Then simply run grunt build

Everything is copied in to the dist folder so the presentation can be viewed anywhere. (Like GitHub pages)

NOTE: if you do not have Ruby and Sass gem installed you will encounter errors during the Grunt build. Please install them if you do not have them already.

talks.browserify-marionette's People

Contributors

kkemple avatar

Watchers

James Cloos avatar Peter Hew avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.