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
- Host: GitHub
- URL: https://github.com/ayan4m1/generator-reackt
- Owner: ayan4m1
- License: mit
- Created: 2021-12-30T20:59:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T00:31:34.000Z (about 2 years ago)
- Last Synced: 2025-03-30T15:44:47.617Z (over 1 year ago)
- Topics: nodejs, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 1.2 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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