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

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.

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
```