Skip to content

levserk/webpack_redux_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack redux boilerplate

description

This is simple web boilerplate with redux and hmr 

project structure:
    |---index.html
    |---src
         |---index.js               // entery point
         |---index.css         
         |---app
              |---app.js            // application view
              |---app.css
              |---actions.js        // redux actions
              |---reducers.js       // redux reducers
              |---initial_state.js  // initial app state
              |---buttons           // buttons view
              |---state_view        // state view
              |---lib

run

    npm install
    npm run dev

go http://localhost/8088/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published