This is first GoBPS showcase for presentation purposes
⚠️ Warning: this is just a sample, not a real application.
# 1. Clone the repository
git clone <FILL_REPO_URL>
# 2. Install dependencies
cd gobpm-showcase-fe
npm install
# 3. Run the app
npm run dev
# 4. Open http://localhost:9000 in your browser
To build a Docker image:
docker build -t gobpms-showcase-fe .