Categorygithub.com/xomatix/silly-syntax-backend-bonanza
repositorypackage
1.0.0
Repository: https://github.com/xomatix/silly-syntax-backend-bonanza.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

silly-syntax-backend-bonanza

Instalation

Frontend - admin dashboard

Open admin dashboard directory cd admin-dashboard/

Install dependencies npm install

Running and testing npm run dev

Building npm run build this should create directory ./dist

Backend - golang core

Open backend / core directory cd backend/

Running and testing go run .

Building to create minimal build without admin dashboard skip to step 2

  1. Before this step make sure to finish steps in frontend instalation section. Run statik -src="../admin-dashboard/dist" this should generate statik folder and file
  2. If you want to make minimal build comment line in main.go _ "github.com/xomatix/silly-syntax-backend-bonanza/statik" and delete statik directory
  3. After that use golang build command go build -o silly-syntax-backend-bonanza.exe .