Just a next boilerplate, for me mostly, to make a very quick react redux app.
git clone https://github.com/jcblw/next-react-redux-boilerplate.git my-app
cd my-app
npm i
npm start
next for more information on pages
and static
This is where all the components live at except the initial page
component.
The store directory is where there is the initial store file. You can place your reducers in this directory, or really anywhere you want :D
There is a set of base styles these can be resets or anything you want to apply to the top level document.