A simple boilerplate for React projects.
This boileplate uses:
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 :)
Command | Description |
---|---|
dev |
runs the application on localhost:3000 |
build |
create the production build |
test |
runs vitest to test all components |