This template provides a basic setup for working with React (Vite). It includes tailwind for styles, Axios and tanstack/react-query for data fetching, and rocketseat/eslint-config for eslint with the prettier plugin to promote better code standardization. It also provides aliases to make it easier to import folders.
To use this template, follow these steps:
These aliases are pre-configured in the project to help with development:
If you want to create any additional aliases, follow the example below:
vite.config.ts
tsconfig.json
fc to create a simple functional component initial setupcs to create all useState structuresb to create a snippet for the initial setup of Storybookbv to create a snippet for creating a Storybook variantThis template provides a convenient setup for React development with Vite, utilizing tailwind for styles, Axios and tanstack/react-query for data fetching, and rocketseat/eslint-config for code standardization. It also includes pre-configured aliases for easier folder imports and supports component development with Storybook.