view client/README.md @ 122:da279a0ce127

The "eye" icon changes into a "crossed out eye" icon To improve user experience. Giving people a good idea what will happen if they interact. cf. Issue 69
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 27 Jun 2018 12:24:13 +0200
parents 9a5bbe9c593c
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.