Skip to content

Handling large data with a React progressive web app for cloud computing applications (Bachelor Thesis Demo)

Notifications You must be signed in to change notification settings

BitFlippa27/PWA

Repository files navigation

Progressive Web App mit React, Node, GraphQL, MongoDB, Dexie und Workbox

Installation

  1. Im Wurzelverzeichnis /PWA alle Node Pakete installieren
npm i
  1. In Client Ordner wechseln und alle Node Pakete installieren
cd client
npm i
  1. In Wurzelverzeichnis /PWA wechseln und Server starten
cd ..
node server
  1. Weiteres Terminal starten, in Client Ordner wechseln und build Prozess erzeugen
cd client
npm run build
  1. In Client Ordner Applikation starten
serve -s build
  1. Web Browser öffnen, Applikation unter der URL http://localhost:5000 starten

Nutzung

  1. User registrieren oder mit diesem Dummy User auf der Login Seite anmelden: E-Mail: stamkos@web.de Passwort: 1111111

About

Handling large data with a React progressive web app for cloud computing applications (Bachelor Thesis Demo)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published