/react-playground

Primary LanguageTypeScriptMIT LicenseMIT

react-playground

A simple boilerplate for React projects.

What is inside?

This boileplate uses:

Getting Started

First, you'll need to install everything using the command below:

# you can use yarn/npm too
pnpm i

Then, you can run the development server:

pnpm dev

Now open http://localhost:3000 with your browser :)

Commands

Command Description
dev runs the application on localhost:3000
build create the production build
test runs vitest to test all components