3.1.13 • Published 1 year ago

create-kkt-ssr v3.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

3.1.12

2 years ago

3.1.11

2 years ago

3.1.10

2 years ago

3.1.9

2 years ago

3.1.8

2 years ago

3.1.7

2 years ago

3.1.6

2 years ago

3.1.5

2 years ago

3.1.4

2 years ago

3.1.3

2 years ago

3.1.2

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago