Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/takuma-ru/nextjs-staticrypt-example-app

Web application example with authentication without backend using Next.js SSG and staticrypt.
https://github.com/takuma-ru/nextjs-staticrypt-example-app

Last synced: about 1 month ago
JSON representation

Web application example with authentication without backend using Next.js SSG and staticrypt.

Awesome Lists containing this project

README

        

#

takuma-ru/

## Description

Web application example with authentication without backend using [Next.js SSG](https://nextjs.org/docs/basic-features/pages#static-generation) and [staticrypt](https://github.com/robinmoisson/staticrypt).

## Dependencies / DevDependencies

| package name | version |
| ------------ | ------- |
| react | 18.2.0 |
| next | 13.3.4 |
| typescript | 5.0.4 |
| eslint | 8.39.0 |

## Getting Started

#### 1. Install

```bash
yarn
```

#### 2. Run Develop

```bash
yarn dev
```

#### 3. Build

```bash
yarn build
```

#### 4. Set Password for staticrypt

```bash
yarn set-pass
```

pass: `test-pass-example-foo`

#### 5. Preview of the page with the authentication screen implemented

```bash
yarn preview
```

## Deploy Service

none

## ScreenShot

none

---