Skip to content
This repository was archived by the owner on Oct 26, 2020. It is now read-only.

Files

Latest commit

29c8342 · Feb 19, 2020

History

History

basic

Basic Example

The react base application.

Quick Start

$ npx create-kkt my-app -e basic
cd my-app
npm install

development

Runs the project in development mode.

npm run start

production

Builds the app for production to the build folder.

npm run build

test

npm run test
npm run test:coverage

The build is minified and the filenames include the hashes. Your app is ready to be deployed!