Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lenconda/generator-react-app
https://github.com/lenconda/generator-react-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lenconda/generator-react-app
- Owner: lenconda
- License: mit
- Created: 2019-08-30T10:45:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T13:50:52.000Z (over 2 years ago)
- Last Synced: 2024-11-11T18:46:38.715Z (2 months ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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