{"library":"serve-build","title":"serve-build","description":"A minimal static file server for serving a build directory (e.g., after a build step) on a local port. Version 0.1.0 is the only release. No active maintenance or updates. Differentiators: zero-config, single command, no dependencies listed. It simply serves the `build/` folder on port 3000. No support for HTTPS, caching, or custom routes. Alternative to `http-server` or `serve` packages with fewer features.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install serve-build"],"cli":{"name":"serve-build","version":null}},"imports":["import serveBuild from 'serve-build'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install: npm install serve-build\n// Add script to package.json: \"start\": \"serve-build\"\n// Run: npm start\n// Or directly in terminal:\nnpx serve-build\n// Server starts on port 3000 and serves ./build directory","lang":"javascript","description":"Shows installation, script setup, and running serve-build to serve the build folder.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}