Skip to content

Just another boilerplate to start to apply react, redux using webpack

License

Notifications You must be signed in to change notification settings

Jberivera/webpack-react-redux-boilerplate

Repository files navigation

webpack-react-redux-boilerplate

Fast way to start to apply react with redux using webpack

Build Status Dependency Status devDependency Status

Getting Started

Clone this repo using git clone and remove .git folder to star a new project.

Open you project in the terminal and run npm install

Scripts

  • npm start
  • npm test
  • npm test:watch

Technologies

Tools

Architecture

Application Structure

.
├── app
│   ├── actions
│   ├── components
│   ├── containers
│   └── reducers
├── build
│   └── reports
└── test
    └── reducers

Component Structure

.
├── Component
│   ├── Component.js
│   ├── Component.scss
│   └── Component.spec.js
└── index.js

About

Just another boilerplate to start to apply react, redux using webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published