0.11.0 • Published 7 years ago
duplicant v0.11.0
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).

In JavaScript, no one can hear
thisscream...
Installation
npm install -g duplicantGetting started
duplicant my-project
cd my-project
npm startYou are now ready to start building with:
reactreact-domreact-router-domstyled-components
Some key things to review before you get too far down the rabbit hole:
- Review the available scripts in the
package.jsonfile common/chunks.jsandcommon/client-chunks.jswill show you how to create code-split components- You can split on any component, not just pages!
common/routes.jswill show you how these split components are used