Skip to content

VenDive/generator-create-rr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux Generator

npm version contributions welcome HitCount downloads

Welcome to React Redux Generator

This is Yeoman generator for app of React Redux with basic scaffolding and structure of files and UI libraries options.

UI Libraries

  • Ant Design
  • Material UI

Installation

Install Yeoman and generator using npm npm install -g yo generator-create-rr

Creating a Project

Create as many as project using react redux generator yo create-rr It will Ask few Questions like below

  • Project name:
  • Application version
  • Which UI library wants to use
  • etc

Starting Project

Once project is created it will have few commands predefined.

to run scripts you can use yarn or npm both

npm  run  start // To Start Project

npm  run  build // To make a Build

npm  run  test // Unit test

npm  run  coverage  // Unit test coverage

npm  run  lint // Lint issues at once

npm  run  lintfix // fix fixable issue by lint auto

npm  run  build-css // Generate css from scss

npm  run  watch-css // Generate css and watch changes from scss

npm run eject // Caution: will eject all config files.if you want to exclude react-scripts  

Webpack Extend

Project is created using rewired version of react-scripts which gives webpack.config.extend.js files where you can extend the Webpack settings without ejecting it.

About

Yeoman generator of React Redux application with basic scaffolding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published