Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedwatson/generator-react-express
React / Express Project Generator
https://github.com/jedwatson/generator-react-express
Last synced: 24 days ago
JSON representation
React / Express Project Generator
- Host: GitHub
- URL: https://github.com/jedwatson/generator-react-express
- Owner: JedWatson
- License: mit
- Created: 2014-11-18T12:43:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T11:06:30.000Z (about 9 years ago)
- Last Synced: 2024-10-03T12:38:35.871Z (about 1 month ago)
- Language: JavaScript
- Size: 161 KB
- Stars: 34
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-react-express
> [Yeoman](http://yeoman.io) generator for [React](http://facebook.github.io/react/) and [express](http://expressjs.com/)
Builds a simple project to help you get started with React on the client, express for the server and browserify to pull it all together.
JSX and ES6 are transpiled by Babel. The `object-assign` babel plugin is also included.
## Getting Started
Install the generator:
```bash
npm install -g generator-react-express
```Then run the generator:
```bash
yo react-express
```... and follow the prompts.
### Includes `react/addons`
To avoid a nasty bug that can happen when `react/addons` is used without being declared in the common bundle, it is included by default.
If you don't need the additional addons in your project, remove that line from the `client/config.js` file in your project to reduce your common bundle size.
## Feedback?
I'd love to hear it. Open an issue or submit a PR.
## License
MIT