Skip to content

ashwin1014/react-redux-webpack-starter

Repository files navigation

React Redux Webpack Starter

This Application was bootstrapped by create-react-app with npm eject and then made changes accordingly
Integrated with Eslint + Prettier and also uses husky + pretty-quick for safe commits.
Added Redux for State Management


  • Clone the repo

    >git clone https://github.com/ashwin1014/react-redux-webpack-starter.git
    
    
  • Open repository from terminal

    yarn install or npm install
    
  • Build and Start development server

    yarn start or npm start
    

    Browse http://localhost:3000 to view project


  • Create new Page template

    yarn generate page
    

  • Create reusable component template

    >yarn generate ui-component or yarn generate form-component
    

    - Upgrade all packages
    >yarn upgrade-packages