Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 386 Bytes

readme.md

File metadata and controls

17 lines (9 loc) · 386 Bytes

react template

this template uses:

Tailwind for CSS

React Query for... well Querying

React Router Dom for routing

Valtio for global state

Formik for Forms

The .ENV has the baseURL of the application-from there,axios uses it as baseURL, so make sure to fill it up!
A demo of using Tailwind and Formik can be found on the Login.jsx page.