JSPM

  • Created
  • Published
  • Downloads 192
  • Score
    100M100P100Q85928F
  • License MIT

Create React apps with no build configuration, Cli tool for creating react apps.

Package Exports

  • kkt/lib/utils/getCSSModuleLocalIdent
  • kkt/lib/utils/getStyleLoaders

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (kkt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Create React apps with no build configuration, Cli tool for creating react apps. Another tool, kkt-ssr, Is a lightweight framework for static and server-rendered applications.

Usage

You will need Node.js installed on your system.

npm install kkt@next

Example

Initialize the project from one of the examples:

$ npx kkt create my-app -e `<Example Name>`

License

MIT © Kenny Wong