tondol / testing-calc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testing-calc

講義の最終課題のために実装した電卓アプリ

how to build

$ brew install node
$ npm install
$ npm run bower install
$ npm run gulp build

how to run

$ open public/index.html

how to test

$ brew install chromedriver
$ gem install bundler
$ bundle install
$ bundle exec rspec

About


Languages

Language:JavaScript 97.1%Language:TypeScript 1.6%Language:Ruby 1.3%