Easily bootstrap a later.js (universal React / Redux / React-Router) and razzle application.
npx create-later.js-app <app-name>
cd <app-name> && npm start
These options can be included using the --include <name>
option. Multiple
inclusions can be included, not all may compose well.
async-redux
- Includes a small async action setup, with a pluggableresolveRoute
function using redux-thunk.styled-jsx
- Includes styled-jsx setup.
Presets are intended to make grouped inclusions easier to use. In other words,
you don't need to figure out if these inclusions collide, and it should leave
you with a more complete application. They can be added using the --preset <name>
option.
styled-with-redux
- [async-redux
,styled-jsx
].