Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmadrosid/confixs
Fullstack golang app for managing nginx config.
https://github.com/ahmadrosid/confixs
Last synced: 22 days ago
JSON representation
Fullstack golang app for managing nginx config.
- Host: GitHub
- URL: https://github.com/ahmadrosid/confixs
- Owner: ahmadrosid
- Created: 2024-07-14T04:35:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T04:51:43.000Z (3 months ago)
- Last Synced: 2024-08-06T05:58:06.875Z (3 months ago)
- Language: Svelte
- Homepage:
- Size: 731 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Fullstack Pocketbase with Svelte
THIS PROJECT STILL WORK IN PROGRESS!
![demo](/ui/public/demo.png)
## How to run the app?
Go to UI folder and run build command.
```bash
cd ui
npm run build
```Go to root folder and run the app.
```bash
cd ..
go run main.go serve --publicDir=ui/dist
```