acnalesso / billsualiser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Billsualizer

Allows people to see their bill ;)

How can I see my bill?

By going to the billsualiser and clicking on a section of interest.

How to build the app

  ENV=env-here npm run build

How to run the app

  npm install

  ENV=env-here npm run build
  node server

How to run the functional tests

NOTE: Tests run against firefox make sure you have firefox in your $path Assuming the app is running. Follow steps above.

  cd test && bundle install && ruby start_mock_server.rb && cd -
  ./node_modules/.bin/webdriver-manager start &
  ENV=env-here npm run fn

How to run the unit tests

  npm test

Available environments (config/env/*.js)

  • test
  • production

About


Languages

Language:JavaScript 99.2%Language:Gherkin 0.4%Language:CSS 0.2%Language:HTML 0.2%Language:Ruby 0.1%