Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/takuma-ru/nextjs-staticrypt-example-app
- Owner: takuma-ru
- Created: 2023-05-02T09:57:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-02T09:59:54.000Z (over 1 year ago)
- Last Synced: 2024-05-02T05:07:43.944Z (7 months ago)
- Language: CSS
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
---