diff 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 diff
--- a/client/README.md	Tue Jun 26 18:29:46 2018 +0200
+++ b/client/README.md	Wed Jun 27 10:50:09 2018 +0200
@@ -2,9 +2,6 @@
 ===
 
 * Install dependencies
-  * GO
-
-    `sh 3rdpartylibs`
 
   * Javascript
 
@@ -20,22 +17,11 @@
 
 * Start Development servers
 
-  * GO
-
-    Prerequesite: compile server
-    ```
-    cd cmd/tokenserver/
-    go build
-    cd ../../
-    ````
-
-    Run server with  `./cmd/tokenserver/tokenserver`
-
   * Javascript
 
     Run webpack-dev-server with `yarn serve`
 
-  * You could run both with
+  * If you also want to start the backend, try
 
     `yarn run:both`