Coder Social home page Coder Social logo

cmaronchick / everyone-everywhere-course Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ascott1/everyone-everywhere-course

0.0 2.0 0.0 105 KB

Course materials and sample project for the "Web Apps that Work Everywhere for Everyone" course

Home Page: https://www.safaribooksonline.com/live-training/courses/web-apps-that-work-everywhere-for-everyone/0636920072935/

JavaScript 37.39% CSS 1.26% HTML 61.35%

everyone-everywhere-course's Introduction

Web Apps that Work Everywhere for Everyone Course

This is an example project, created to help course participants walk through some practical applications of progressive enhancement, responsive design, accessibility, inclusive web forms, web performance, and offline capabilities.

Getting Started

Installing Node

This repository requires Node 6+. To install Node you can visit nodejs.org. If you are new to Node and/or development environments, I highly recommend reading Node.js Development Environments for Beginners by Seth Vincent to help get you started.

Once Node is installed, open up your terminal application and type:

node -v

You should see output similar to:

v6.9.4

Cloning this repository

To copy this repository to your machine, navigate to the directory where you store your project files and type the following into the terminal:

git clone [email protected]:ascott1/everyone-everywhere-course.git

Installation

This project has a few dependencies, installed using Node's package manager npm. To install these dependencies we will cd into the project directory and run npm install:

cd everyone-everywhere-course
npm install

Running the project

To run the project type the following into your terminal application from the everyone-everywhere-course directory:

npm start

You should see output that states: listening on 3000

Now navigate to http://localhost:3000/ to view the application.

everyone-everywhere-course's People

Contributors

ascott1 avatar

Watchers

James Cloos avatar Chris Aronchick 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.