abruyat / demos

Client-side demos, rewritten in CS, mostly about data visualization:

Home Page:igncp-demos.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demos

Intro

Showcase of some client-side demos.

  • Backend: It's an Sails.js app. It heavily uses CoffeeScript (JS preprocessor), ES6 and Stylus (CSS preprocessor).
  • Frontend: The main libraries used are jQuery, Lodash, D3 and Raphäel.

Install

You need to have Node.js installed, with Bower.

  • Download the repo
  • Inside the demos: npm install and bower install
  • To start the server sails lift (I use the port 4000)

License

MIT

About

Client-side demos, rewritten in CS, mostly about data visualization:

igncp-demos.herokuapp.com


Languages

Language:HTML 37.4%Language:CoffeeScript 35.2%Language:JavaScript 23.1%Language:CSS 4.4%