Skip to content

thaffy/ReactBuild

Repository files navigation

Rsbuild Project

Simple SPA with React, Rsbuild, React-dom-router, Zustand.

Setup

Install the dependencies:

nvm use
npm install

Get Started

Start the dev server:

npm dev

Build the app for production:

npm build

Preview the production build locally:

npm preview

Formatting & Linting

Uses Biome for formatting ( ESLINT + Prettier "combo")

In WebsStorm, install the Biome plugin and restart IDE. Then go to Preferences -> Languages & Frameworks -> Biome and toggle on "Run format on save".

About

React 18 + Rsbuild

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published