/sushi-bargain-frontend

:sushi: Find the closest Itsu that will have a half-price sale the soonest

Primary LanguageJavaScriptMIT LicenseMIT

Build Status License

sushi-bargain-frontend

Problem: Find the closest Itsu that will have a half-price sale the soonest.

Requires data generated by sushi-bargain.

Demo

Structure

Styles in src/main.sass and Javascript in src/main.es6 and src/modules.

How to run

Install dependencies

make install

### Generate final assets

Copy sushi-data-optimised.json generated by sushi-bargain into the root directory of the project and run:

make all

## Deploy

Upload the final content of public to your web hosting.

Development

The unit tests are residing in src/test.es6 and can be run via:

make test