# 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
- 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 - If you want to make minimal build comment line in main.go
_ "github.com/xomatix/silly-syntax-backend-bonanza/statik"
and delete statik directory - After that use golang build command
go build -o silly-syntax-backend-bonanza.exe .