create-hyliss-app
v1.0.9
Published
Create a lumapps widget with react
Downloads
5
Readme
create-lumapps-widget
Create a lumapps widget with react
Getting Started
Using npm:
npm init lumapps-widget <project-name>
cd <project-name>
npm install
npm run start
Using yarn:
yarn create lumapps-widget <project-name>
cd <project-name>
yarn
yarn start
Templates
react
(default)react-ts
To scaffold with specific template:
npm init lumapps-widget --template react