A take on rstacruz/frontend-exercises, implemented in ReactJS.
Please do not refer to this repository for ideas on Best Practices™.
- I suck on Unit Tests. I have never tested anything unlike this project.
- The unit tests were poorly written as discussed in a commit discussion.
- I am a sucker. I just suck.
A github page is available.
The preview is available, and I don't see the need. But if you insist!
- npm
- node
v0.10(Because Jestv0.2.2does not support>=v0.11) - Bower (via
npm install bower -g)
- Clone to your local machine
$ git clone https://github.com/srph/frontend-exercises-order-form-react- Install dependencies
# go to project root folder
$ cd frontend-exercises-order-form-react
$ npm install && bower install$ npm run build # just build the scripts
$ npm run watch # build and watch for file changes
$ npm test # run the test (jest)frontend-exercises-order-form-react © 2014+, Kier Borromeo (srph).
srph.github.io · GitHub @srph · Twitter @_srph
