localhost Articles | LocalHost Run
Localhost development guides, tutorials, and resources.
All articles
- 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.
- Installing Joomla on localhost · CMS — Install the Joomla CMS in a local PHP environment and set up and debug your website at http://localhost/joomla.
- Installing Magento on localhost · E-commerce — Local installation of the Magento open-source e-commerce platform for developing and debugging store themes and modules at http://localhost/magento.
- Using MariaDB on localhost · Databases — MariaDB is an open-source branch of MySQL, and local stacks like XAMPP default to using MariaDB, connecting via localhost:3306.
- 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.