Skip to content

pbinitiative/go-bpms-showcase-fe

Repository files navigation

GoBPM Showcase FE (gobpm-showcase-fe)

This is first GoBPS showcase for presentation purposes

⚠️ Warning: this is just a sample, not a real application.

Steps to run the app

# 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

Docker

To build a Docker image:

docker build -t gobpms-showcase-fe .