create-later.js-app
v1.0.1
Published
Create later.js + razzle applications easily.
Maintainers
Readme
create-later.js-app 🛠👋
Easily bootstrap a later.js (universal React / Redux / React-Router) and razzle application.
Getting Started
npx create-later.js-app <app-name>
cd <app-name> && npm startInclusions --include <inclusion>
These options can be included using the --include <name> option. Multiple
inclusions can be included, not all may compose well.
Provided Inclusions
async-redux- Includes a small async action setup, with a pluggableresolveRoutefunction using redux-thunk.styled-jsx- Includes styled-jsx setup.
Presets --preset <preset>
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.
Provided Presets
styled-with-redux- [async-redux,styled-jsx].
