modulepackage
0.0.0-20241118055028-b6f29f44eda7
Repository: https://github.com/fullstack-lang/gonggantt.git
Documentation: pkg.go.dev
# README
gonggantt
compiling and running the application
Requirements:
- go (version >= 1.21)
- node (version >= 18.xx)
git clone https://github.com/fullstack-lang/gonggantt
cd gonggantt
cd ng
npm i
ng build
cd ../go/cmd/gonggantt
go build
./gonggantt -unmarshallFromCode=gantt1.go -marshallOnCommit=gantt1
navigating to the application
navigate to http://localhost:8080/.
# Packages
Package gonggantt gonggantt backend API
gonggantt exposes types of a package.
No description provided by the author
# Variables
NgDistNg is the export of angular distribution.