Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.3 KB

File metadata and controls

37 lines (26 loc) · 1.3 KB

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