Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Students-Union-PSGTech/kriya25-helpdesk

Repository files navigation

TailwindCSS-React Boilerplate

A custom Create-react-app boilerplate with TailwindCSS and PostCSS.

Scripts used in this project

yarn (from yarn)

Installs all the dependencies for the project, mentioned in the package.json file.

yarn start (from React)

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser, by default.

The page will reload when you make changes. You may also see any lint errors in the console.

yarn run watch-tw (from TailwindCSS)

It is advised for the developer to allocate an individual terminal to run this script. It watches for tailwind.config.js file changes, classnames added in .html/.js/.jsx files and recompiles the output CSS.

The developer is also advised to run this script before running yarn start to prevent the error :

Module not found: Error: Can't resolve './styles/tailwind.output.css' in '\src'

The output CSS is generated in the /src/styles folder, under the name 'tailwind.output.css'.

yarn run start-tw (from concurrently)

Developers can also run the tailwind watch (yarn run watch-tw)and react start (yarn start) scripts concurrently. Only for development purpose.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages