simple calculator app with reactjs. and soon tests with jest
- node.js
- npm (installed with node)
- grunt
- grunt-cli
- jest-cli --save-dev
Build:
npm install
grunt browserify
Run:
npm start
(open at http://localhost:3000)
Test:
npm test
simple calculator app with reactjs. and soon tests with jest
Build:
npm install
grunt browserify
Run:
npm start
(open at http://localhost:3000)
Test:
npm test