- Notifications
You must be signed in to change notification settings - Fork0
Vite React Starter Template
License
Refaelbenzvi24/Viterect-vite-react-boilerplate
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a boilerplate/template I built from scratch with a lot of usefull tools configured and ready to use.
So if you wanna start a new project and don't want to waste time on configuration and figure out how to set it allup,
just clone and start to code! 😉
pnpm
Vite
React
ESBuild
tailwindcss
- on-demand CSS utilities
DaisyUI
axios
TypeScript
File based routing
PWA
- 😃Use icons from any icons sets -🔍Browse icons here
Markdown support
- 📥APIs auto importing
Unit testingwith
Jest, E2E Testingwith
Cypress.
i18n readywith
YAML
- State management:
- form state with
Formik,and
xState for more complex ones.
UI State withRecoil
- Server cache stateswith
React Query
Immer for mutable state.
- form state with
Dark Mode - support toggle dark mode
- Deploy to
GCloud App Enginewith
GitHub Actions(CICD)
Viterect requires Node >= 14
Create a repo from this template on GitHub.
or
clone the repogit clone git@github.com:Refaelbenzvi24/Viterect.git my-viterect-app
\npx degit refaelbenzvi24/viterect my-viterect-app
then
cd my-viterect-apppnpm i# If you don't have pnpm installed, run: npm install -g pnpm
When you use this template, try follow the checklist to update your info properly
- Modify or delete the
LICENSE
file. - Change
VITE_APP_NAME
in the.env
file. - Change the favicon in
public
- If you don't plan to use GitHub Actions, delete the .github directory.
- Clean up the READMEs and remove routes
- Change the name field in package.json.
And, enjoy :)
pnpm start
- build and start production serverpnpm start:test
- build and start production server in test mode.pnpm build
- build for production. The generated files will be on thedist
folder.pnpm build:test
- build for testing. The generated files will be on thetests/dist
folder.pnpm serve
- locally start the production build.pnpm serve:test
- locally start the testing build.pnpm clean
- clean build directorypnpm commit
- commit using commitizenpnpm dev
- start a development server with hot reload.pnpm dev:test
- start a development server with hot reload in test mode - used for running cypress tests withcoverage.extract-translations
- extract translations from source files usingi18next
. configuration file for this isoni18next-parser.config.js
. The generated files will be on thepublic/locales
folder.pnpm prepare:husky
- install husky.pnpm lint
- runs TypeScript and ESLint.pnpm lint:eslint
- runs ESLint.pnpm lint:tsc
- runs TypeScript.pnpm test
- run unit tests.pnpm test:ci
- run all unit and integration tests in CI mode.pnpm test:e2e
- run all e2e tests with the Cypress Test Runner.pnpm test:e2e:headless
- run all e2e tests headlessly.pnpm test:e2e:ci
- run all e2e tests for CI Environment.pnpm coverage:jest
- open the coverage report in the browser for jest.pnpm coverage:cypress
- open the coverage report in the browser for cypress.pnpm validate
- runslint
,test:ci
andtest:e2e:ci
.
Generate aservice account key copy thewhole file object content to theGitHub secretswith the key PROJECT_GCP_KEY and the project id to PROJECT_GCP_ID,
Every push to the master/main branch will trigger a deployment to GCloud.
About
Vite React Starter Template
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.