view client/README.md @ 121:9a5bbe9c593c

Split README into client and toplevel.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 27 Jun 2018 10:50:09 +0200
parents 88d0d60924cf
children a719a3ba2fb4
line wrap: on
line source

N.N
===

* Install dependencies

  * Javascript

    `yarn install`

* Configuration via `.env`-file

  **Example** given via `.env.sample`

  ```
  cp .env.sample .env
  ````

* Start Development servers

  * Javascript

    Run webpack-dev-server with `yarn serve`

  * If you also want to start the backend, try

    `yarn run:both`

* Build `yarn build`

  builds the production ready assets to `web` folder.