Skip to content

Configured boilerplate for ReactJS, TypeScript, Tailwindcss, Eslint, Prettier

Notifications You must be signed in to change notification settings

cedriccastro99/react-ts-eslint-prettier-tailwind

Repository files navigation

React-ts-eslint-prettier-tailwindcss boilerplate

My very own boilerplate configured ReactJS, TypeScript, Tailwindcss, Eslint, Prettier

This template is inspired by bezlant's template react-ts-vite-eslint-prettier-tailwind.

Getting Started

# 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

Happy hacking! Enjoy 😉😄