calvinkw1 / Wheel-Hub

General Assembly Project 1 - Bike Routing App with Google Maps and Places APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wheel Hub

This was Project 1 of General Assembly Web Development Immersive course in January 2015. Originally the project was pure HTML/CSS/Javascript. It now uses SCSS for styles, Gulp to compile to CSS, and runs Node for package management.

Setup

The node_modules folder has been excluded from the repo. After cloning this repo, be sure to run npm install in order to get all the packages and dependencies needed based on the package.json.

Run gulp to start watching the scss/ folder for any styling changes made in there.

About

General Assembly Project 1 - Bike Routing App with Google Maps and Places APIs


Languages

Language:JavaScript 54.4%Language:CSS 31.1%Language:HTML 14.6%