create-kkt-ssr
TypeScript icon, indicating that this package has built-in type declarations

3.1.13 • Public • Published

Create KKT App

Create universal React apps in one command.

npx create-kkt-app my-app
cd my-app
npm start

You can also initialize a project from one of the examples.

npx create-kkt-app --example react-router my-app
cd my-app
npm start

Created with yarn:

yarn create kkt-app my-app

Command Help

Usage: create-kkt-app <project-directory> [options]

A baseline for server side rendering for your React application.

Options:
  -v, --version                 output the version number
  -e, --example <example-path>  Example from https://github.com/kktjs/ssr/tree/master/example example-path (default: "basic")
  -h, --help                    output usage information

Examples:

  $ create-kkt-app <project-directory>
  $ create-kkt-app my-app
  $ create-kkt-app -e react-router my-app

Contributors

As always, thanks to our amazing contributors!

Made with github-action-contributors.

License

Licensed under the MIT License

Package Sidebar

Install

npm i create-kkt-ssr

Weekly Downloads

3

Version

3.1.13

License

MIT

Unpacked Size

10.1 kB

Total Files

12

Last publish

Collaborators

  • wcjiang