create-giojs
v0.1.0-beta.3
Published
Create a new GioJS application
Maintainers
Readme
create-giojs
Scaffold a new GioJS app — the Rust-powered React framework.
npm create giojs@latestYou'll be asked a couple of questions (with an arrow-key picker):
- Language — TypeScript or JavaScript
- Type — Server app (full SSR, ISR caching, image optimization, route handlers) or Static site (
gio export→ plain HTML, deploy free to any static host)
Then:
cd my-app
npm run devNon-interactive
npm create giojs@latest my-app -- --ts --server
# --js / --ts language
# --static / --server build target
# --no-install skip dependency install
# -y, --yes accept defaultsWhat you get
A minimal app using file-based routing (app/page.tsx, layout.tsx, dynamic [id] routes), getServerSideProps for server data, and the @gio.js/react components (GioLink, GioImage).
Links
- 🌐 Website & docs — https://giojs.com
- 📦 Framework —
@gio.js/server - 🐙 GitHub — https://github.com/Ggaming5005/GioJS
MIT © GioJS
