Skip to content

Starter pack with inferno + redux + saga + inferno-router. You can use JSX, generators and decorators as well. Css and Sass modules included. Includes Standard style lint and Hot Reloading.

Notifications You must be signed in to change notification settings

markhker/inferno-redux-saga-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inferno redux saga boilerplate

Introduction

Starter pack with inferno + redux + saga + inferno-router. You can use JSX, generators and decorators as well. Css and Sass modules included. Includes Standard style lint and Hot Reloading.

Main render function

Inferno.render(
    <Provider store={store}>
      <Router history={history}>
        {routes}
      </Router>
    </Provider>,
    document.getElementById('root')
)

Installation

Run the following command in the root directory to install dependencies

yarn

Then run the start script

yarn start

About

Starter pack with inferno + redux + saga + inferno-router. You can use JSX, generators and decorators as well. Css and Sass modules included. Includes Standard style lint and Hot Reloading.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published