Skip to content

bmf-san/gobel-admin-client-example

Repository files navigation

gobel-admin-client-example

GitHub license CircleCI

Gobel is a headless cms built with golang.

This is an example for admin client application of gobel.

gobel

Dockerhub

bmfsan/gobel-admin-client-example

Get started

Before you start, you need to clone gobel-api.

Docker

Create an env file

cp .env_example .env

Edit a host file

127.0.0.1 gobel-admin-client-example.local

Build and run containers

make docker-compose-up

or

make docker-compose-up-d

Then go to gobel-admin-client-example.local:82

npm

Create an .env.local

cp .env /app/.env.local

Starts a dev server with hot-reload

cd app/
npm install
npm run serve

npm scripts

Scripts Description
serve Starts a dev server with hot-reload.
local-build Run build for local.
prod-build Run build for production.
test:unit Run unit tests.
lint Run lint with --fix option.

Contributing

We welcome your issue or pull request from everyone. Please make sure to read the CONTRIBUTING.md.

License

This project is licensed under the terms of the MIT license.

Author

bmf - Software engineer.