This is framework project for quickly build a website with full-stack (React + go).
| DevOpts | Version |
|---|---|
| OS | Ubuntu 25.04 |
| go | 1.25.5 |
| nodejs | v20.20.0 |
| yarn | 1.22.22 |
-
Backend and Frontend
make
This will build the backend binary executable file and frontend resource under
builddirectory. -
Backend only
make backend
-
Frontend only
make frontend
Setup the configuration file: config.yaml
And run:
./build/system -c config.yaml- Add APIs in backend.
- Updaet APIs in postman and export the json file
- Update the openapi.yaml with your postman json
- Use openapi-generator-docker.sh to generate the api typescript file in frontend
- Go to make!