Skip to content
Snippets Groups Projects
Commit 8abcd29d authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Update README.md

parent 6a7ed748
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,16 @@ WebApp, die die TOP-Liste und den aktuellen TOP aus einem Sitzungsprotokoll anze
- Benötigt nodejs und npm, ab Version 14.
- Im `client/`-Verzeichnis `npm install` und `npm run build` ausführen.
- Im `server/`-Verzeichnis `npm install` und `node index.js` ausführen.
- Mit dem Webbrowser http://localhost:3000 öffnen.
\ No newline at end of file
- Mit dem Webbrowser http://localhost:3000 öffnen.
## Linksammlung mit Komponentenideen
- https://socket.io/get-started/chat/
- https://github.com/socketio/socket.io#in-conjunction-with-koa
- https://dev.to/tmns/chatting-with-sapper-svelte-and-socket-io-4c6a
- https://www.npmjs.com/package/knex
- https://github.com/Vincit/objection.js/blob/master/examples/koa-ts/api.ts
- https://bookshelfjs.org/
- http://knexjs.org/#Interfaces-Promises
- https://github.com/simov/grant
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment