1 Minute Quick Start
This article try to let you use the shortest time to get a taste of how powerful GoPlaid is.
One of the GoPlaid module called presets
that can quickly create admin interface like these:
Install the command line tool with:
$ go install github.com/goplaid/x/goplaid@master
And run:
$ goplaid
It will promote you to input a Go package, and create the admin app in current directory.
Change to the created package directory, and use docker-compose up
to start the database, and then
Use a new terminal to run source dev_env && go run main.go
to start the admin app