denys-karakuta / rsbuild-react-boilerplate

rsbuild react boilerplate with typescript + eslint + prettier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rsbuild React + Typescript Boilerplate

Features

react

typescript

eslint

prettier

absolute paths with '@/*'

Setup

Install the dependencies:

npm install

Get Started

Start the dev server:

npm run dev

Check eslint issues:

npm run eslint

Fix all eslint issues:

npm run eslint:fix

Build the app for production:

npm run build

Preview the production build locally:

npm run preview

About

rsbuild react boilerplate with typescript + eslint + prettier


Languages

Language:TypeScript 59.3%Language:CSS 40.7%