Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 395 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 395 Bytes

Next.js Redux Start Kit

Features

  • Universal render with next.js
  • Redux
  • Immutable Js
  • Functional css with Tachyons
  • Module Resolver
  • Plop generator
  • Docker Deploy (coming...)

Credit to

  • react-boilerplate
  • react-universally

How to

Generate new pages

  • npm run plob
  • Enter the page name
  • Enter the page route (path)
  • Decide whether this page have use state or not?