diff README.md @ 3:1597506a2241 vue-cli

merge with vue-cli
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 13 Jun 2018 10:57:57 +0200
parents
children d97a8842c985
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Wed Jun 13 10:57:57 2018 +0200
@@ -0,0 +1,40 @@
+N.N
+===
+
+* Install dependencies
+  * GO
+
+    `sh 3rdpartylibs`
+
+  * Javascript
+
+    `yarn install`
+
+* Configuration via `.env`-file
+
+  **Example** given via `.env.sample`
+
+  ```
+  cp .env.sample .env
+  ````
+
+* 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`
+
+* Build `yarn build`
+
+  builds the production ready assets to `web` folder.