Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Rspack Project

Setup

Install the dependencies:

npm install

Get Started

Start the dev server:

npm run dev

Build the app for production:

npm run build