react-automation-example
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
-
git clone https://github.com/newtriks/react-automation-example.git
-
cd react-automation-example
-
npm install
-
grunt server
-
grunt test
TODO
- ~~Add tests - jasmine/karma~~ > Completed with big thanks to @sokra for writing the karma-webpack-plugin so quickly!
- ~~Add jshint.~~
- Add stylus support?