Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vijaysutrave/make-react-app
:rocket: Create React Apps with basic configurations of Webpack, Babel, ESLint, Jest
https://github.com/vijaysutrave/make-react-app
babel eslint jest react setup webpack
Last synced: 9 days ago
JSON representation
:rocket: Create React Apps with basic configurations of Webpack, Babel, ESLint, Jest
- Host: GitHub
- URL: https://github.com/vijaysutrave/make-react-app
- Owner: vijaysutrave
- License: mit
- Created: 2017-04-08T17:11:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T14:03:53.000Z (over 7 years ago)
- Last Synced: 2024-12-18T03:11:26.512Z (22 days ago)
- Topics: babel, eslint, jest, react, setup, webpack
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### make-react-app
Quickly start developing React Apps with basic tooling support by Webpack, Babel, ESLint and Jest.### Why do I need this?
In Modern Web Apps with React, getting started with the basic tool can be a pain in the a\*\*, apart from being time-consuming and redundant. `make-react-app` gives you a basic boiler-plate to get started with developing react so you focus more on your app and code.
### Installation
`npm install -g make-react-app`### Usage
`make-react-app [options]`Creates the project in the current directory
### Options
`--packageVersion` : Creates the project with the specified version
`--desc` : Creates the project the the specified npm description### Issues
Report all Issues [here](https://github.com/vijaysutrave/make-react-app/issues)### Todo
- HMR
- Yarn### License
MIT © [vijaysutrave](https://github.com/vijaysutrave)