This is a repo which contains a list of different versions of React Forms built with react, tailwindcss, react-router and react-hook-form
Boilerplate v1 built with Vite + React 18 + Typescript, Tailwindcss, ESLint and Prettier You can use this BoilerPlate which is already setup for React/Typescript with basic essentials, such as ESLint and Prettier.
Also, the BoilerPlate has been already configured with a speicific folder structure:
- views
- assets
- style
- api
- context
- helpers
- components/common
In order to install the BoilerPlate, do the following:
- open the terminal and navigate to the folder where you want to clone the repo
git clone https://github.com/devolab/react-forms.git
- cd
01.boilerplate-v1-vite-react-typescript-tailwindcss-eslint-prettier
- run
yarn
- run
yarn dev
as this has been initiated withvite
If you don't know what vite
is, check their website: [https://vitejs.dev/guide/why.html]https://vitejs.dev/guide/why.html