# 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:

- [Rspack documentation](https://rspack.rs) - explore Rspack features and APIs.
- [Rspack GitHub repository](https://github.com/web-infra-dev/rspack) - your feedback and contributions are welcome!
