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.
- Host: GitHub
- URL: https://github.com/leadcodedev/next-express-jwt
- Owner: LeadcodeDev
- Created: 2020-03-11T22:05:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T00:14:51.000Z (almost 6 years ago)
- Last Synced: 2025-06-20T17:58:28.994Z (9 months ago)
- Language: CSS
- Homepage:
- Size: 975 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```