Git Product home page Git Product logo

browserify_car's Introduction

Browserify Boilerplate Repository

Use this repository for when you want to start a new modular JavaScript application that gets compiled by Browserify. You start off with three JavaScript modules in the src/scripts directory.

  1. hello.js - Exports a simple function that says hello
  2. goodbye.js - Exports a simple function that says goodbye
  3. sandwichMaker.js - Exports an object with a single method named placeOrder()
  4. main.js - Contains the logic of your application. It imports the other three modules, and invokes all of the functions.

Setup

  1. Clone this repository.
  2. cd browserify-boilerplate/src/lib
  3. npm install
  4. npm start

The npm start command will run grunt for you.

The web server will be started, and the JavaScript code in the src/scripts directory will be compiled into public/bundle.js.

  1. Open Chome and make sure your developer tools are open.
  2. Open http://localhost:8080 in your browser.
  3. You should see the following output in the console.

sample boilerplate output

browserify_car's People

Contributors

huntermetts avatar

Watchers

James Cloos 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.