My very own boilerplate configured ReactJS, TypeScript, Tailwindcss, Eslint, Prettier
This template is inspired by bezlant's template react-ts-vite-eslint-prettier-tailwind.
# clone the template
npx degit cedriccastro99/react-ts-eslint-prettier-tailwind my-awesome-app-name
# go to app directory
cd my-awesome-app-name
# open in vscode (optional)
code .
# install all dependencies
#yarn
yarn install
#npm
npm install
# intialize git
git init
# start the app
#yarn
yarn start
#npm
npm start