0.0.3 • Published 5 years ago

create-kaios-app v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

create-kaios-app

This package includes the global command for Create KaiOS App.

It is forked from Create React App. Please refer to its documentation:

Modifications

This package only renames create-react-app to create-kaios-app and downloads kaios-scripts instead of react-scripts.

Create and Install

To create and install app to a KaiOS device is as simple as below:

yarn create kaios-app my-app
cd my-app && yarn build
yarn push

The default template is written in pure javascript. You may also create a react app by,

yarn create kaios-app my-app --react