Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 475 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 475 Bytes

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 .