merlionjs
v0.2.2
Published
Next.js-style web framework in Zig — zero Node.js required
Maintainers
Readme
merjs
Next.js-style web framework in Zig — zero Node.js required.
Installation
npm install -g merjs
# or
npx merjs init my-appUsage
# Create new project
mer init my-app
cd my-app
# Start dev server
zig build serve
# Build for production
zig build prodRequirements
- Zig 0.15.1+
- Node.js 16+ (for this installer only)
Platform Support
- macOS (Intel & Apple Silicon)
- Linux (x64 & ARM64)
- Windows (x64)
Documentation
Visit merlionjs.com for full documentation.
License
MIT
