1.0.0 • Published 6 years ago

lumbur v1.0.0

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

lumbur

build status npm version npm downloads

Boilerplate w/ generator for building universal, extendable, and reusable React applications with react-redux-provide.

Table of contents

  1. Usage
  2. What's included?

Usage

Simply clone this repo and run npm install! You'll be prompted similarly to npm init but for information about what you're building with this boilerplate. :)

Good starting points after initialization:

  1. npm run start:dev
  2. src/renderApp.js
  3. src/renderAppToString.js
  4. src/defaultProps.js
  5. src/middleware.js
  6. src/components/App.js
  7. Update README.md!

What's included?