| less | Jade | traceur | Reactjs | Zone | webpack | casper | mocha |
|---|
This project is showing off my wsk-react-di with less version of bootstrap (and some jquery hack, off-course :) to create a prototype of super responsive table
You can sort rows in the tables or filter them out by clicking (or touching) at the head of the collumn. It will bring a popover with a list with the checked rows.
Note that the order on the filter will reflect the current sorting of the table dynamicaly. And that each table are complete isolated from each other. And that I have support for source maps (well, not 100%, reactjs got a bug on their sourcemaps :)
$ npm install --global gulp bower phantomjsThis will install Gulp, Bower and Phantomjs globally. Depending on your user account, you may need to gain elevated permissions using sudo (i.e sudo npm install --global gulp). Next, install the local dependencies Web Starter Kit requires:
$ npm install && bower installThat's it! You should now have everything needed to use the Gulp tools in Web Starter Kit.
You can now use Gulp with the following commands to stay productive during development:
$ gulp serve devNow direct your browser to http://localhost:3000/
$ gulp serve watch build test$ gulpBuild and optimize the current project, ready for deployment. This includes linting as well as image, script, stylesheet and HTML optimization and minification.