Skip to content

Latest commit

 

History

History
61 lines (17 loc) · 1.25 KB

README.md

File metadata and controls

61 lines (17 loc) · 1.25 KB

Module Federation Project with Rspack

This project is built using the innovative Module Federation approach, leveraging rspack for optimized bundling and module sharing. rspack is a powerful bundler that enhances the performance and scalability of our project.

Documentation

For detailed information on rspack and its features, please refer to the official documentation: Rspack Documentation.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Ensure you have pnpm installed on your system as it is required for managing the project dependencies. If you don't have pnpm installed, you can install it by following the instructions on their official website.

Installing

To get the development environment running, follow these steps:

  1. Install dependencies

Run the following command to install the necessary project dependencies:

bash pnpm i

  1. Run the Project

From the root of the project run:

bash pnpm run dev

This will start the local server at http://localhost:3000, where you can view and test your project.