# reactapp-tailwind

> Create the SCSS file you want to start modifying and use the tailwind properties to create your designs

Latest version **1.0.0** (published 2020-04-24) · 0 weekly downloads

## Install

```sh
npm install reactapp-tailwind
pnpm add reactapp-tailwind
yarn add reactapp-tailwind
bun add reactapp-tailwind
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-04-24 |
| First published | 2020-04-24 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 48.8 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | marauden |

## Links

- npm: https://www.npmjs.com/package/reactapp-tailwind
- npm.io page: https://npm.io/package/reactapp-tailwind

## Dependencies (7)

- [react](https://npm.io/package/react.md) ^16.13.1
- [node-sass](https://npm.io/package/node-sass.md) ^4.13.1
- [react-dom](https://npm.io/package/react-dom.md) ^16.13.1
- [react-scripts](https://npm.io/package/react-scripts.md) 3.4.1
- [@testing-library/react](https://npm.io/package/@testing-library/react.md) ^9.3.2
- [@testing-library/jest-dom](https://npm.io/package/@testing-library/jest-dom.md) ^4.2.4
- [@testing-library/user-event](https://npm.io/package/@testing-library/user-event.md) ^7.1.2

## Recent versions

- 1.0.0 (latest) — 2020-04-24

## README

# BoilerPlate Project with ReactJS and TailwindCSS using SASS

## HOW TO USE

Create the SCSS file you want to start modifying and use the tailwind properties
to create your designs

### !IMPORTANT Css classes will only be captured as long as they are being used in the .js files

## TO BUILD A DEPLOYABLE APP

use the command `npm run build:css` to build the main.css file

then use `npm run build` to build the dist folder with all the needed files for your app

### TO RUN IN DEVELOPMENT

use the command `npm run watch:css` to build the main.css file and keep track of it

then use `npm start` to start the development server and watch your changes live

---
_Source: https://npm.io/package/reactapp-tailwind · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
