# ffffffffffffff

> 1. npm run build 2. npm publish

Latest version **1.1.0** (published 2019-09-24) · 0 weekly downloads

## Install

```sh
npm install ffffffffffffff
pnpm add ffffffffffffff
yarn add ffffffffffffff
bun add ffffffffffffff
```

## 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.1.0 |
| Published | 2019-09-24 |
| First published | 2019-09-24 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 11.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | ezerskaya |

## Links

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

## Dependencies (1)

- [react](https://npm.io/package/react.md) ^16.2.0

## Recent versions

- 1.1.0 (latest) — 2019-09-24

## README

## React component boilerplate for npm

### steps

1. npm run build
2. npm publish

#### npm run build

- Webpack will process src/index.less and output to src/index.css
- Babel will process src/index.js and output to src/index.js

#### npm publish

- will publish the /dist folder to npm.  

### Reminder

Do not import a .less stylesheet file in a component, because babel doesnt know
that .less file will be changed to .css in /dist folder.
  
If you want to import stylesheet: import './index.css' inside a component

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