Branch | |
---|---|
develop | |
master |
My Entry for the IT-Talents Code Competition.
- node (tested with 8.9.0)
- yarn (tested with 1.17.3)
The Folder dist
contains a Pre-Compiled Version which can be started right away.
clone this repo (duh)
yarn deps
yarn test
This will compile the Program into JavaScript.
The Output Folder is "dist".
yarn release
yarn server
This will compile the Program into JavaScript and start a local WebServer listening on localhost:8700 which serves the App.
yarn watch
Same as yarn server
but will live recompile the changes in the Browser.