Frontend Stacks
Frontend and full-stack dev servers on localhost: Vite, Next.js, Nuxt, Astro, React, Vue, SvelteKit, and more. Default dev ports and setup.
- Docusaurus Local Development Guide · Frontend Stacks — Build documentation and blog sites using Docusaurus, based on React and MDX, with hot reloading on the default localhost:3000.
- Gatsby Local Development Guide · Frontend Stacks — Build React static sites with Gatsby, utilizing a GraphQL data layer, and develop locally on the default localhost:8000.
- Hono Local Development Guide · Frontend Stacks — Use Hono to build lightweight Web APIs and edge services, with Node.js defaulting to localhost:3000, and can also be deployed to Cloudflare Workers.
- Microfrontends Local Development Guide · Frontend Stacks — Microfrontends break down large frontends into multiple independent applications, coordinating the main application and sub-applications locally through different localhost ports.
- Next.js Local Development Guide · Frontend Stacks — Build full-stack React applications with Next.js, featuring App Router support for SSR/SSG, with localhost defaulting to localhost:3000.
- Nuxt Local Development Guide · Frontend Stacks — Build full-stack applications with Vue using Nuxt, featuring file routing and SSR/SSG, with local hot reloading at localhost:3000 by default.