This application is using sbt as the build tool. Read more about the Play build system.
- jsDoc - Generates documentation with jsDoc
- npmCompile - Bundles npm dependencies with browserify
- clientCompile - Bundles the react application with babel and browserify
$ git clone https://github.com/Risvaag/vitaminbjorner.git
$ cd vitaminbjorner
$ npm install
$ sbt npmCompile
$ sbt run
# Application url: http://localhost:9000
$ sbt dist