1.1.1 • Published 3 years ago

cra-template-typescript_tailwindcss v1.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

Getting Started with Create React App

This project was bootstrapped with Create React App.

React with tailwind css

npx create-react-app react-app --template musleh

Install dependencies

yarn add tailwindcss postcss-cli autoprefixer -D

yarn add postcss

Move file

Move postcss.config.js and tailwind.config.js from src to root directory

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.\ Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.\ You will also see any lint errors in the console.

yarn build:css

Build tailwindcss

yarn build:watch

Build and watch tailwindcss