JuniorAlbuquerque / boilerplate-vite-react

A simple and performant boilerplate for React apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VITE-REACT-BOILERPLATE

Vite React Boilerplate

Built for high-performance React.js apps with a focus on development faster, testable and high-performance.

Technologies

This project uses lot of stuff as:

Creating an App

You’ll need to have Node 14.18.0 or later version on your local development machine

create app with degit

  npx degit JuniorAlbuquerque/boilerplate-vite-react#main my-project
  cd my-project 
  yarn
  yarn dev

Scripts

Run and build

yarn dev #start dev server
yarn dev:open #start dev server and open in browser
yarn build #build for production
yarn preview #locally preview production build

Test

  yarn test #to run test in terminal
  yarn test:ui #to run test with vitest ui
  yarn coverage #to run test coverage 

Contributors


Ednilson Albuquerque

About

A simple and performant boilerplate for React apps


Languages

Language:TypeScript 94.8%Language:HTML 5.2%