New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-later.js-app

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-later.js-app

Create later.js + razzle applications easily.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
increased by33.33%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 18 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc