# grunt-react-boilerplate

> My boilerplate for starting React.js ES2015 based applications.

Latest version **2.0.0** (published 2016-05-18) · ISC license · 0 weekly downloads

## Install

```sh
npm install grunt-react-boilerplate
pnpm add grunt-react-boilerplate
yarn add grunt-react-boilerplate
bun add grunt-react-boilerplate
```

## 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 | 2.0.0 |
| Published | 2016-05-18 |
| First published | 2016-05-16 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Michał Lach |
| Maintainers | padsbanger |
| Keywords | Grunt, React, JSX, ES6, ES2015, less, enzyme, boilerplate |

## Links

- npm: https://www.npmjs.com/package/grunt-react-boilerplate
- Repository: https://github.com/padsbanger/grunt-react-boilerplate
- Homepage: https://github.com/padsbanger/grunt-react-boilerplate#readme
- Issues: https://github.com/padsbanger/grunt-react-boilerplate/issues
- npm.io page: https://npm.io/package/grunt-react-boilerplate

## Dependencies (5)

- [less](https://npm.io/package/less.md) ^2.6.1
- [react](https://npm.io/package/react.md) ^15.0.1
- [xml2js](https://npm.io/package/xml2js.md) ^0.4.16
- [react-dom](https://npm.io/package/react-dom.md) ^15.0.1
- [react-addons-test-utils](https://npm.io/package/react-addons-test-utils.md) ^15.0.1

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 2.0.0 (latest) — 2016-05-18
- 0.0.1 — 2016-05-16

## README

# grunt-react-boilerplate [![Build Status](https://travis-ci.org/padsbanger/grunt-react-boilerplate.svg?branch=master)](https://travis-ci.org/padsbanger/grunt-react-boilerplate)

My boilerplate for starting React.js ES2015 based applications.

It uses Babel & Browserify to handle modules and compile them into plain clean Javascript, LESS for CSS.

## Installing
```js
npm install -g grunt-cli
```

## Running
```js
grunt
```

## Building for production
```js
grunt build
```

## Running tests
```js
npm test
```

## Project structure

Put your JS code into  `src/js` directory. It will be automatically picked by `Grunt Watch` and bundeled into `dist` directory as `app.js`. Put all you `LESS` files into `src/less` and it will be compiled to `dist/styles.less`.

In order to create production ready build just run `grunt build` and change js src in `index.html` to point to `dist/app.min.js`.

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