Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.39 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.39 KB

SPA Prototyp

current troubles with due to node and necessary cpu architecture.

english version

Prerequisites

node.js >= 4.0
Node 8 works

Run with:

npm install
npm run start

You can visit http://localhost:8000 to see the application. (contract app with http://localhost:9998/, job search app with http://localhost:9997, schufa app with http://localhost:9995, wizard app with http://localhost:9996)

general documentation

This repository was created as part of the evaluation project "single page application (SPA) and rest oriented client architecture (RoCA)". [More information] (http://lvm-it.github.io) .

Deutsche Version

Voraussetzungen

node.js >= 4.0
Node 8 funktioniert

Anwendung starten

npm install
npm run start

Der Browser öffnet hierbei automatisch die App

Sie finden die Anwendung unter http://localhost:8000 (Vertrag Anwendung unter http://localhost:9998/, Berufssuche unter http://localhost:9997, Schufa-Anwendung unter http://localhost:9995, Briefschreibung-Wizard unter http://localhost:9996)

Dokumentation

Die Dokumentation des PoC ist hier zu finden

Allgemeine Dokumentation

Dieses Projekt ist entstanden im Rahmen einer Evaluation der Architekturen Single Page Application (SPA) und rest oriented client architecture (ROCA). Weitere Informationen befinden sich [hier] (http://lvm-it.github.io) .