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

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 πŸ”’

Awesome Lists containing this project

README

          




Next Auth Example


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

Next.js

The React Framework for SEO Friendly website and more...

Commitlint

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.

CSS Modules

Class names and animation names are scoped locally CSS files

SASS

The most mature, stable, and powerful professional grade CSS extension language in the world

Editorconfig

Helps maintain consistent coding styles for my working on the same project across various editors and IDEs

Eslint

Find and fix problems in your JavaScript code

Prettier

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)_ πŸ₯²