Back to Rspack

Rspack project

packages/create-rspack/template-common/README.md

2.0.1671 B
Original Source

Rspack project

Setup

Install the dependencies:

bash
{{ packageManager }} install

Get started

Start the dev server, and the app will be available at http://localhost:8080.

bash
{{ packageManager }} run dev

Build the app for production:

bash
{{ packageManager }} run build

Preview the production build locally:

bash
{{ packageManager }} run preview

Learn more

To learn more about Rspack, check out the following resources: