1.0.1 • Published 6 years ago

create-later.js-app v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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 start

Inclusions --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 pluggable resolveRoute function 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

Inspiration