https://github.com/datumbrain/electronjs-go-chi-basic-auth-starter
https://github.com/datumbrain/electronjs-go-chi-basic-auth-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datumbrain/electronjs-go-chi-basic-auth-starter
- Owner: datumbrain
- Created: 2021-06-11T13:27:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T12:00:58.000Z (almost 5 years ago)
- Last Synced: 2025-01-18T00:28:59.465Z (over 1 year ago)
- Language: JavaScript
- Size: 22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electronjs-go-chi-basic-auth-starter
To start project first run this command:
> ./scripts/watch.sh
Then on a new terminal tab run this command:
> ./scripts/run.sh
A window will open that will have the UI.
Use `admin` / `admin` combination to login as `ADMIN`.
Use `john` / `doe` combination to login as `User`.