kuiqiang / wallethub

Front-End Web Developer Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WalletHub

Installation

# Install global NPM dependencies:
npm -g install http-server
npm -g install bower
npm -g install gulp
npm -g install karma

# Get dependencies:
npm install
bower install

Quick Run

# Build:
gulp

# Serve application:
http-server ./build

# Run unit tests and coverage:
gulp karma

Gulp flows

  • gulp

    Builds project into build directory. Under the hood compiles and compresses Sass/CSS, compiles scripts with (RequireJs) and uglifies it.

  • gulp karma

    Starts Karma server watching scripts updates.

  • gulp watch

    Listens to changes to stylesheets and scripts and reloads browser page during development.

About

Front-End Web Developer Test


Languages

Language:JavaScript 75.3%Language:HTML 21.0%Language:CSS 3.7%