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

https://github.com/ayan4m1/generator-reackt

An opionated generator for React applications
https://github.com/ayan4m1/generator-reackt

nodejs yeoman-generator

Last synced: 11 months ago
JSON representation

An opionated generator for React applications

Awesome Lists containing this project

README

          

# The Reactor - An Opinionated Generator

This project scaffolds a modern web application. It is fairly opinionated, but is customizable and extensible.

Here's the mile-long list of technologies the generated project can leverage:

- [Babel](https://babeljs.io/) - Compile modern ECMAScript to Node-compatible JS
- [Webpack](https://webpack.js.org/) - Bundle code, styles, markup, and more into a web application
- [husky](https://www.npmjs.com/package/husky) - Execute lint-staged before committing to Git
- [lint-staged](https://www.npmjs.com/package/lint-staged) - Execute linters for specific file types
- [ESLint](https://eslint.org/) - Apply hundreds of style/usage rules to ECMAScript
- [Prettier](https://prettier.io/) - Apply style/formatting rules to code
- [stylelint](https://stylelint.io/) - Apply style/usage rules to Sass
- [Bootstrap](https://getbootstrap.com/) - UI toolkit
- [React](https://reactjs.org/) - UI library
- [Redux](https://redux.js.org/) - Application state container
- [Redux-Saga](https://redux-saga.js.org/) - Redux middleware for action/side-effect interaction
- [Jest](https://jestjs.io/) - Unit, integration, and snapshot testing