Skip to content

A boilerplate repository to spawn a React 18, typescript, tailwind webapp

Notifications You must be signed in to change notification settings

gthanasis/react-typescript-tailwind

Repository files navigation

React - Typescript - Tailwind.css

This repository's purpose is to be able to generate quickly the boilerplate code for a project that contains:

  • React 18.x
  • Tailwindcss 2.x
  • Typescript 4.x
  • PostCSS auto prefixer

Useful development commands

Start the development server

yarn dev

Create a new component boilerplate code

yarn generate:component sample

Run tests

yarn test

Useful production commands

Build the production bundle

yarn build:production

Clean dist folder

yarn clean

About

A boilerplate repository to spawn a React 18, typescript, tailwind webapp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published