Skip to content
/ varsarr Public template

Vite + React + Axios + Styled-Components + Recoil + React-Query Boilerplate

License

Notifications You must be signed in to change notification settings

altmshfkgudtjr/varsarr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 18, 2023
7213397 · Nov 18, 2023

History

89 Commits
Aug 14, 2022
Aug 14, 2022
Aug 14, 2022
Aug 14, 2022
Aug 14, 2022
Aug 14, 2022
Aug 14, 2022
Aug 14, 2022
Aug 14, 2022
Aug 14, 2022
Aug 14, 2022
Aug 14, 2022
Aug 14, 2022
Nov 18, 2023
Aug 14, 2022
Aug 14, 2022
Aug 14, 2022
Nov 18, 2023

Repository files navigation

⚡️ Varsarr

CodeQL workflow Total alerts Language grade: JavaScript code style: prettier license

Speedy Vite Boilerplate.

Varsarr


Features


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-app

Then, install the dependencies:

npm install

or

yarn install

Check List

  • If you don't plan to use GitHub Actions, delete the .github folder.
  • Change the name field in package.json.
  • Modify or delete the LICENSE file.
  • Change the title, description and theme color in the index.html.
  • Change the options in the vite.config.ts, tsconfig.ts you want.
  • If you want, Change the React-Query options in src/components/providers.
  • Change the global styles in the lib/GlobalStyles.ts