Flight / grande

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grande

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 compile everything:

gulp

To watch everything (html + scss + assets + js):

gulp watch

To run webserver with livereload:

Install Live Server VS Code extension by Ritwick Dey and press Go Live button.

To push changes to github pages

git subtree push --prefix dist origin gh-pages

About


Languages

Language:HTML 49.8%Language:CSS 45.1%Language:JavaScript 3.1%Language:TypeScript 2.0%