Web - Main

About

Language - (Main|Application Entry point) in a web application

App type

Web App

In a frontend web application, it's a file called the home page that creates an HTML page.

Library

In the context of a library (to bundle), the main file may be:

  • a javascript file to create a javascript library
  • a css file to create a bundled stylesheet

To know more, check the dedicated page: Web - Build Operations / Build Pipeline





Discover More
Java Conceptuel Diagram
J2EE - Web.xml (Deployment descriptor of a Web Application)

The web.xml file is the deployment descriptor file for a web application. It's a J2EE standard XML document that configures the contents of a WAR file. You can override any of the default servlet parameters...
Javascript Module - Dependency Graph

This page is the dependency graph between module. The dependency graph is build from a single module (called the entry point) for a ESM module with the import statement for a commonJs module (node...
React - Server-rendered markup (renderToString / hydrate)

server-rendered markup is the dynamic possibility of server-side rendering (vs static). The steps are: the web server returns a web page where the root component has been rendered as HTML with special...
Web - Bundler

A bundler is a web build tool that * from a javascript entry file * get all dependent files * performs the build operations configured. * and outputs only one file: the bundle * A math module *...
WebSite Home Page

What is a website home page and it's created



Share this page:
Follow us:
Task Runner