Skip to content

EugeneHlushko/coins

Repository files navigation

Calculate coins application

Installation

  1. clone this git repository:
$ git clone git@github.com:EugeneHlushko/coins-calculator.git
$ cd coins-calculator
  1. You have to download composer from here after cloning the repository as instructed on official website
  2. Now run composer install:
$ php composer.phar install
  1. Point web server to /web directory
  2. Enjoy :)

Unit testing

Run in root directory: phpunit --configuration phpunit.xml

Contributing to Front-end

  1. Do an npm install
  2. run
grunt watch
  1. modify scss and js in sources/ inner folders
  2. Live reload is available.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published