Flight / mc

Sample html + css

Home Page:https://flight.github.io/mc/specific-opp.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MC Build Status

Quick start for developers

Project uses node + Gulp for fast developing.

To install node: https://nodejs.org/en/

Then open your favorite Terminal and run these commands.

$ npm install --global gulp-cli
$ npm install

To watch everything (js + scss):

$ gulp watch

To run code linting (js + scss):

$ gulp

To compile scss:

$ gulp scss

To run webserver with livereload:

$ gulp webserver

About

Sample html + css

https://flight.github.io/mc/specific-opp.html


Languages

Language:HTML 71.9%Language:CSS 27.4%Language:JavaScript 0.7%