3.1.13 • Published 3 years ago

create-kkt-ssr v3.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

3.1.13

3 years ago

3.1.12

3 years ago

3.1.11

3 years ago

3.1.10

3 years ago

3.1.9

3 years ago

3.1.8

3 years ago

3.1.7

3 years ago

3.1.6

3 years ago

3.1.5

3 years ago

3.1.4

3 years ago

3.1.3

3 years ago

3.1.2

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago