https://github.com/cuongndc9/react-express-jwt
🌲🚀 Authentication with React, Express and JWT.
https://github.com/cuongndc9/react-express-jwt
103cuong authentication express expressjs jwt jwt-authentication react reactjs
Last synced: over 1 year ago
JSON representation
🌲🚀 Authentication with React, Express and JWT.
- Host: GitHub
- URL: https://github.com/cuongndc9/react-express-jwt
- Owner: cuongndc9
- Created: 2019-05-08T15:13:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T00:58:15.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T21:32:32.385Z (over 1 year ago)
- Topics: 103cuong, authentication, express, expressjs, jwt, jwt-authentication, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Express JWT
🌲🚀 Authentication with React, Express and JWT.
## Quick start
```sh
# Install dependencies
$ cd server && yarn
$ yarn
# Run app
$ cd server && yarn start
$ yarn start
```