# manual to start tailwind css quickly


## install for windows
`npm install -g win-node-env`

to build css file use one of below mode

### to run dev mode and monitor files for change
`npm run dev`

## to build css for production and remove unused style
`npm run build`

## to build css for production and remove unused style
`npm run production`
