1.0.3 • Published 2 years ago
wow-web3login v1.0.3
⚡️ Varsarr
Speedy Vite Boilerplate.

Features
- Vite with React, TypeScript and absolute imports.
- Use ESLint and Prettier on VSCode.
- GitHub Actions for automatic dependency updates(Renovate), CodeQL Analysis.
Getting Started
Use this repository as a GitHub template or use degit to clone to your machine with an empty git history:
npx degit altmshfkgudtjr/varsarr#main my-appThen, install the dependencies:
npm installor
yarn installCheck List
- If you don't plan to use GitHub Actions, delete the
.githubfolder. - Change the
namefield in package.json. - Modify or delete the
LICENSEfile. - Change the title, description and theme color in the
index.html. - Change the options in the
vite.config.ts,tsconfig.tsyou want. - If you want, Change the
React-Queryoptions insrc/components/providers. - Change the global styles in the
lib/GlobalStyles.ts