Skip to content

codewithchu/tailwindcss-v2-cra-setup-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Create React App & Tailwindcss v2.0

Source Code for Setup and Install Create React App with Tailwindcss v2.0 on CodeWithChu YouTube Channel.

Install

npm install

NPM Scripts

#Start script to build tailwindcss and start up the react app.
npm run start

#Part of the start script builds tailwindcss file
npm run start:tailwind

#Part of the start script watches the css and config file for changes
npm run start:p:watch-tailwind

#Build out your tailwindcss file before it build the react app for production
npm run build

#Part of the build Script buils Tailwind for production.
npm run build:a:tailwind

connect with @codewithchu

About

Source Code for Setup and Install Create React App with Tailwindcss v2.0 on CodeWithChu YouTube Channel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors