GithubHelp home page GithubHelp logo

kublaj / chapter8 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from html5hacks/chapter8

0.0 2.0 0.0 11.77 MB

O'Reilly HTML5 Hacks Chapter 8 - Web Workers

Home Page: http://html5hacks.github.com/chapter8/

chapter8's Introduction

HTML5 Hacks is more than just a book and a set of companion code repositories. HTML5 Hacks is a group of HTML5 Evangelist/Makers that enjoy pushing the limits of modern web technologies and the programming languages of the Web: HTML, CSS, and JavaScript.

By creating 'bundles' of hacks packaged into web applications that leverage the Twitter Bootstrap UI and are deployed to remote git repository endpoints such as Github and Heroku, the community of hackers can fork, share, and contribute back to each bundled application.

HTML5 Hacks represents a crossroads between open source social coding, 'Maker' culture, and application development with future-friendly, standards based, web technologies.

New to Git?

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows. For getting started with Git see git-scm.com as a starting point.

New to Github?

GitHub is one of the most popular places to host open source code, because it's free for open source projects and has good integration with the open-source version control system Git. Github's documentation is outstanding, so for more on using Git and Github see Github help as a starting point.

Quick start

HTML5 Hacks Chapter 3 is a simple, Node.js application.

Getting the Hacks

To access the latest code from a particular chapter, clone the repo.

$ git clone [email protected]:html5hacks/chapter8.git
$ cd chapter8

Or download the latest release.

You can instead fork this repo by clicking the "Fork" button above

Clone your fork to make a local working copy:

$ git clone [email protected]:[your_github_username]/chapter8.git
$ cd chapter8

Setting up Dependencies

Install node.js.

Make sure your current directory is chapter8 before moving to the next step.

$ cd [your repos path]/chapter8

Install dependencies using the node package manger (npm).

$ sudo npm install

Running the App

Start the chapter8 demo server from a different terminal window:

$ node app

Visit http://localhost:3000 in a web browser.

chapter8's People

Contributors

jessecravens avatar jessecravens-frog avatar

Watchers

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