https://github.com/yasinatesim/next-auth-example
This project is a simple authentication example built with Next.js, TypeScript π
https://github.com/yasinatesim/next-auth-example
authentication nextjs-auth typescript
Last synced: over 1 year ago
JSON representation
This project is a simple authentication example built with Next.js, TypeScript π
- Host: GitHub
- URL: https://github.com/yasinatesim/next-auth-example
- Owner: yasinatesim
- License: mit
- Created: 2023-03-24T16:52:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T20:57:34.000Z (about 3 years ago)
- Last Synced: 2025-02-07T11:30:51.771Z (over 1 year ago)
- Topics: authentication, nextjs-auth, typescript
- Language: TypeScript
- Homepage: https://next-auth-example.yasinatesim.vercel.app/
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Next Auth Example
This project is a simple authentication example built with Next.js, TypeScript π
Β· View Demo
## π About
This project is a simple authentication example built with Next.js, TypeScript π
### πTech Stack
The React Framework for SEO Friendly website and more...
Send commit messages to conventional commits rules
TypeScript
TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
Class names and animation names are scoped locally CSS files
The most mature, stable, and powerful professional grade CSS extension language in the world
Helps maintain consistent coding styles for my working on the same project across various editors and IDEs
Find and fix problems in your JavaScript code
An opinionated code formatter
## Getting Started
### π¦ Prerequisites
- Node (v18.0.0+)
- Npm (v6.00+)
### βοΈ How To Use
1. Clone this repository
```bash
git clone https://github.com/yasinatesim/next-auth-example.git
```
2. Install the project dependencies
```bash
yarn install
```
**For Development**
```bash
yarn dev
```
### For Docker
2. Change the directory
```bash
cd next-starter-kit
```
3. Run this command **without `yarn` or `yarn install`**
```bash
yarn setup
```
or
```bash
yarn && docker-compose up --build
```
App is running to [http://localhost:3000/](http://localhost:3000/)
**For Production Build & Build Start**
```bash
yarn build
```
and
```bash
yarn start
```
**For Export [SSG](https://www.staticgen.com/)**
```bash
yarn export
```
**For Lint & Format**
```bash
yarn lint
yarn format
```
## π License
- Copyright Β© 2023 - MIT License.
See `LICENSE` for more information.
---
_This README was generated with by [markdown-manager](https://github.com/yasinatesim/markdown-manager)_ π₯²