mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-24 16:00:16 -04:00
24 lines
216 B
Markdown
24 lines
216 B
Markdown
# hello-react
|
|
|
|
This is a basic example of a supernova that uses react.
|
|
|
|
## Developing
|
|
|
|
Install dependencies:
|
|
|
|
```sh
|
|
yarn install
|
|
```
|
|
|
|
Build:
|
|
|
|
```sh
|
|
yarn run build
|
|
```
|
|
|
|
Watch and Serve build
|
|
|
|
```sh
|
|
yarn run start
|
|
```
|