A minimal Node.js/Express application for testing GitHub Actions, Docker builds, and docker-bake workflows.
npm installnpm run devnpm run build
npm startnpm run lint # Check for linting errors
npm run lint:fix # Auto-fix linting errorsnpm test # Run tests once
npm run test:watch # Run tests in watch modedocker buildx bake --load
docker run -p 3000:3000 github-actions-testGET /- Main endpoint with app infoGET /health- Health check endpoint
Visit http://localhost:3000 to see the app running.