-
How to use it please? So, basically, after
what should I do next? The first step is $ make test
npm ERR! Missing script: "test"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run And
I was able to build and start backend myself:
However, what should I do with the frontend, which has the following files?
Overall, how to make use of the generated project please? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Is my understanding correct that the backend is basically cloned from github.com/create-go-app/fiber-go-template, and the frontend is just an empty Vue 3 based on the default template from Vite? |
Beta Was this translation helpful? Give feedback.
Yes, in the totality of the facts, you're right.
The Create Go App project is designed to facilitate the initial creation of a full-service project. This means that the CLI only does the initial work for you, you have to develop the rest yourself.
Yes, all provided Go project templates (backend) are provided from pre-built templates in a minimal configuration to get you started (you can find them in the repositories of this organization).