create-later.js-app

1.0.1 • Public • Published

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

  • styled-with-redux - [async-redux, styled-jsx].

Inspiration

Package Sidebar

Install

npm i create-later.js-app

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

17.9 kB

Total Files

32

Last publish

Collaborators

  • bmagyar