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

https://github.com/leadcodedev/next-express-jwt

NextJS application including the authentication system via JWT, SEO optimization module, configuration via a configuration file, grouping of React components and their dedicated SCSS files.
https://github.com/leadcodedev/next-express-jwt

Last synced: 9 months ago
JSON representation

NextJS application including the authentication system via JWT, SEO optimization module, configuration via a configuration file, grouping of React components and their dedicated SCSS files.

Awesome Lists containing this project

README

          

# Next.js JWT Authentication

### Starting the app:
```bash

git clone https://github.com/Freeze455/next-express-jwt.git
cd next-express-jwt

# Run in dev mode:
yarn dev

# Run in production:
yarn build
yarn start
```