0.11.0 • Published 6 years ago

duplicant v0.11.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Duplicant

Duplicant is a bare-bones generator for creating React-powered SPAs hosted by simple Express servers. These generated projects include the conveniences of contemporary JavaScript, code splitting, streamed SSR, and HMR (for both the client and server).

Duplicant

In JavaScript, no one can hear this scream...

Installation

npm install -g duplicant

Getting started

duplicant my-project
cd my-project
npm start

You are now ready to start building with:

  • react
  • react-dom
  • react-router-dom
  • styled-components

Some key things to review before you get too far down the rabbit hole:

  • Review the available scripts in the package.json file
  • common/chunks.js and common/client-chunks.js will show you how to create code-split components
  • You can split on any component, not just pages!
  • common/routes.js will show you how these split components are used

Time to get shit done!!

0.11.0

6 years ago

0.10.2

6 years ago

0.10.1

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago