artitudinale1 / FEtest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Front-end Development Task

Player Stats Card

Author: Alex Garulli

cd into FETest dir

npm install

To run dev server and see result of src files:

npm run dev

devServer will start at http://localhost:8080/

To build the files ready for production in dist folder:

npm run build

Techs chosen:

  • Webpack 2 as runner task : sass compiler, devServer and build
  • Jquery - to avoid crossbrower issue during HTTP call to JSON data
  • VanillaJS with ES6 syntax

About


Languages

Language:JavaScript 84.9%Language:CSS 13.1%Language:HTML 2.0%