Minimal example projects demonstrating ShipNode deployment.
| Example | Framework | Description |
|---|---|---|
| Express API | Express.js | REST API with health check |
| NestJS API | NestJS | TypeScript API with Prisma |
| Next.js App | Next.js | SSR full-stack app |
| Example | Framework | Description |
|---|---|---|
| React SPA | React Router v7 | Single Page Application |
# Clone ShipNode
git clone https://github.com/devalade/shipnode.git
cd shipnode
# Explore an example
cd examples/express-api
# Install dependencies
npm install
# Run locally
npm run dev
# Deploy (after configuring shipnode.conf)
shipnode deployEach example includes:
- Complete source code
package.jsonwith dependenciesshipnode.confconfiguration- Step-by-step README
All examples are ready to deploy:
cd examples/<example-name>
shipnode init # configure your server
shipnode setup # first time only
shipnode deploy # deploy!