Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ttu/jwt-auth-react-express

In progress: Example project for JWT token authentication
https://github.com/ttu/jwt-auth-react-express

Last synced: 23 days ago
JSON representation

In progress: Example project for JWT token authentication

Awesome Lists containing this project

README

        

# jwt-auth-react-express

### UI

[Setup](https://medium.com/@nedopaka/setup-a-react-vite-project-with-swc-prettier-vitest-2024-62ecff357c7b)

```sh
npm create vite@latest
```

### API

https://dev.to/cristain/how-to-set-up-typescript-with-nodejs-and-express-2023-gf

```sh
npm install express cors dotenv
npm install -D typescript ts-node-dev @types/express @types/ cors
```