/ines

Primary LanguageClojure

INEZ - Der INtelligente EinkaufsZettel

Branch
develop Build Status
master Build Status

My Entry for the IT-Talents Code Competition.

Requirements

 - node (tested with 8.9.0)
 - yarn (tested with 1.17.3)

Used external Packages

Pre-Compiled Version

The Folder dist contains a Pre-Compiled Version which can be started right away.

Installation

clone this repo (duh)
yarn deps

Run the Tests

yarn test

Build

This will compile the Program into JavaScript.

The Output Folder is "dist".

This is not needed when you use yarn server or yarn watch

yarn release

Start

yarn server

This will compile the Program into JavaScript and start a local WebServer listening on localhost:8700 which serves the App.

Development

yarn watch

Same as yarn server but will live recompile the changes in the Browser.