https://github.com/adrianmcli/create-react-app-brunch
Create simple configurable React apps with a Brunch-based CLI.
https://github.com/adrianmcli/create-react-app-brunch
Last synced: about 1 year ago
JSON representation
Create simple configurable React apps with a Brunch-based CLI.
- Host: GitHub
- URL: https://github.com/adrianmcli/create-react-app-brunch
- Owner: adrianmcli
- License: mit
- Created: 2016-08-03T21:01:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-04T15:37:24.000Z (over 9 years ago)
- Last Synced: 2025-01-17T04:44:26.831Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create React Apps with Brunch
Create simple configurable React apps with a Brunch-based CLI.
## Origins
Born out of [an attempt](https://github.com/brunch/brunch/issues/1466) to convert the [create-react-app project](https://github.com/facebookincubator/create-react-app) from Webpack to [Brunch](https://github.com/brunch/brunch), several members of the community decided to try to wrap Brunch's React Skeleton into a CLI tool.
The goal is to offer a tool that will allow developers of all levels to start working with a highly configurable, yet simple to understand React app with the least effort.
## Contributing
To get started with contributing:
1. Clone the repo.
2. Run `npm install` inside the project directory.
3. Run `npm link` so you can use the CLI tool on your system.
4. Now you are free to use the CLI tool as you develop it.