Tag: localhost
- 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.
- Install Moodle on localhost (localhost/moodle & install.php) · LMS — Install Moodle LMS locally: open http://localhost/moodle and localhost/moodle/install.php, configure moodledata and the database, and fix common installer errors.
- Using MySQL on localhost · Databases — Install and connect to MySQL in a local environment, managing databases with phpMyAdmin or the command line for applications like WordPress and Drupal.
- 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.
- Running PHP on localhost · Web Server Stacks — Configure PHP in local environments like XAMPP, WAMP, and LAMP, and access PHP pages and projects via http://localhost.