Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```