Zero configuration front-end dev server that infers compilation pipelines from file extensions, routes from directory structure, and handles live browser refresh, hot-loading dependencies, and automatic bundling via webpack. As of v0.16.4, it is in early development (pre-1.0) with a focus on sensible defaults and minimal config. Differentiators include inferred routes, data mocking, database querying via Universql, and Dockerized microservice support planned but not yet implemented.
npm install shippNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install globally, create a minimal project with an HTML file, and start the dev server with live refresh.
Be prepared to override defaults or migrate if APIs change.
Review data folder structure: object keys become routes in v0.16+.
Run npm install -g shipp again, or ensure global bin directory is in your PATH.
shipp is a CLI tool; use 'shipp start' from terminal.
No dependency data recorded yet.