Built for high-performance React.js apps with a focus on development faster, testable and high-performance.
This project uses lot of stuff as:
You’ll need to have Node 14.18.0 or later version on your local development machine
npx degit JuniorAlbuquerque/boilerplate-vite-react#main my-project
cd my-project
yarn
yarn dev
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
yarn test #to run test in terminal
yarn test:ui #to run test with vitest ui
yarn coverage #to run test coverage
Ednilson Albuquerque |