Skip to content

jbpenrath/web-client-react-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-client-react-redux

A starter kit to quickly start to develop a web app using react & redux.

Commands

  • Development: npm start
  • Clean: npm run clean
  • Build for production: npm run build
  • Test: npm test
  • Test with coverage: npm run test:coverage
  • Test watch mode: npm run test:watch

Stack

Folder tree

.
`-- config/
|   jest.config.json
|   jest.global.js
|   webpack.dev.config.js
|   webpack.production.config.js
|
`-- coverage/
`-- dist/
|
`-- src/
    `-- assets/
    |   `-- fonts/
    |   `-- images/
    |   index.html
    |
    `-- components/
    |   `-- containers/
    |   |   `-- containerA/
    |   |       ContainerA_actions.js
    |   |       ContainerA_constants.js
    |   |       ContainerA_reducer.js
    |   |       ContainerA.jsx
    |   |       ContainerA.spec.js
    |   |
    |   `-- presentational/
    |   |   `-- componentA/
    |   |       ComponentA.jsx
    |   |       ComponentA.styl
    |   |       ComponentA.spec.js
    |   |   
    |   `-- views/
    |
    `-- core/
    |     reducer.js
    |     store.js
    |
    `-- style/
    |   main.styl
    |   reset.styl
    | 
    app.jsx

To do

About

A starter kit to quickly start to develop a web app using react & redux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published