• Fast Setup
  • Articles:
  • SSR part 1. Creating simple SSR application
  • SSR part 2. Migration legacy app to SSR
  • SSR part 3. Advanced Techniques
  • Log Driven Development
  • Localization. True way
Rockpack

Fast Setup

The easiest way to start is using @rockpack/starter module. This module can help you to create the backbone of an application. It supports different types of applications:

  • Simple Single Page application
  • Server-Side Render
  • Server-Side Render + Redux + Sagas + React-Router + project structure
  • UMD library or React Component

1. Installation:

npm i @rockpack/starter -g

2. Creating an App:

rockpack <project name>

3. Select the type of application, select the required modules:

Rockpack CLI

You can use Rockpack modularly, just what you need. Or in a Legacy project. These approaches are described below.

License MIT, 2020