Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 771 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 771 Bytes

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