Skip to content

BenMagyar/create-later.js-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Easily bootstrap a later.js + razzle project

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published