react-automation-example icon indicating copy to clipboard operation
react-automation-example copied to clipboard

Small example of using ReactJS, GruntJS and Webpack

React Automation Example

Getting Started

What is React?

A JavaScript library for building user interfaces: React.

What is Grunt?

A JavaScript task runner: Grunt.

How to setup the project

  1. git clone https://github.com/newtriks/react-automation-example.git
  2. cd react-automation-example
  3. npm install
  4. grunt server
  5. grunt test

TODO

  1. ~~Add tests - jasmine/karma~~ > Completed with big thanks to @sokra for writing the karma-webpack-plugin so quickly!
  2. ~~Add jshint.~~
  3. Add stylus support?

image