Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ttu/jwt-auth-react-express
- Owner: ttu
- License: mit
- Created: 2023-11-11T06:34:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T05:17:03.000Z (5 months ago)
- Last Synced: 2024-06-15T22:23:29.496Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```