Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lenconda/generator-react-app


https://github.com/lenconda/generator-react-app

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# @lenconda/generator-react-app

[![NPM version][npm-image]][npm-url]

> A generator for React APP with Webpack

## Installation

First, install [Yeoman](http://yeoman.io) and generator-react-app using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo
npm install -g @lenconda/generator-react-app
```

## Create Project

```bash
yo @lenconda/react-app
```

### Find a Template

Go to , find an appropriate template, and get the name without `yo-boilerplate-react-` prefix, and input into the CLI interface.

## License

MIT © [Lenconda](https://lenconda.top)

[npm-image]: https://badge.fury.io/js/generator-react-app.svg
[npm-url]: https://npmjs.org/package/generator-react-app
[travis-image]: https://travis-ci.com/lenconda/generator-react-app.svg?branch=master
[travis-url]: https://travis-ci.com/lenconda/generator-react-app
[daviddm-image]: https://david-dm.org/lenconda/generator-react-app.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/lenconda/generator-react-app
[coveralls-image]: https://coveralls.io/repos/lenconda/generator-react-app/badge.svg
[coveralls-url]: https://coveralls.io/r/lenconda/generator-react-app