This app demonstrates how to setup a React / expressjs setup with JWT Authentication. This is the source code for my upcoming talk at the Webmontag Kassel.
The slides can be accessed here
| Library/Module | Usage |
|---|---|
| react | UI |
| jsonwebtoken | Auth |
| parcel-bundler | App bundling |
| Library/Module | Usage |
|---|---|
| expressjs | JSON HTTP API |
| jsonwebtoken | Auth |
- Clone this repository and cd' into it
npm i && npm i --prefix=./frontendnpm start:dev- Open your favourite browser and navigate to http://localhost:1234/
MIT © Nicolai Süper