React boilerplate to kick-start new project with CSS + Bootstrap
# activate the pnpm package manager
corepack enable
# install npm packages
pnpm install
# watch and serve a dev server at http://localhost:5173/
pnpm start
# Running unit tests
pnpm test
# build the project in production mode. The build artifacts will be stored in the `dist/` directory
pnpm build
# extracts i18n messages from source code
pnpm i18n:extract