Tag: localhost
- Bun Local Development Guide · Dev Environments — Run JavaScript/TypeScript projects on localhost:3000 using the Bun runtime and built-in dev server.
- Deno Local Development Guide · Dev Environments — Run TypeScript web applications on localhost:8000 using Deno and the Fresh framework, featuring a built-in secure sandbox and toolchain.
- Expo Local Development Guide · Frontend Stacks — Debug React Native applications on localhost using Expo, with Metro Bundler defaulting to port 8081 and Dev Tools commonly on port 19000.
- FastAPI Local Development Guide · Backend Frameworks — Run high-performance Python APIs on localhost:8000 using FastAPI and Uvicorn, with built-in OpenAPI documentation.
- Flask Local Development Guide · Backend Frameworks — Run lightweight Python web applications and APIs using Flask on localhost:5000.
- MongoDB Local Usage Guide · Databases — Install and connect to MongoDB on localhost:27017 for local development with MERN stack, NestJS Mongoose, and more.