Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 798 Bytes

File metadata and controls

40 lines (26 loc) · 798 Bytes

Alignment

What is this?

Documentation

Build system

This application is using sbt as the build tool. Read more about the Play build system.

Sbt-Tasks

  • jsDoc - Generates documentation with jsDoc
  • npmCompile - Bundles npm dependencies with browserify
  • clientCompile - Bundles the react application with babel and browserify

Install

$ git clone https://github.com/Risvaag/vitaminbjorner.git

$ cd vitaminbjorner

$ npm install

$ sbt npmCompile

Development

$ sbt run

# Application url: http://localhost:9000

Production

$ sbt dist