Files
nebula.js/examples/sn-hello-react/README.md
Tobias Åström 596fddb350 Tsm/update example (#679)
* chore: update react example

* chore: change example to use nebula build
2021-09-23 11:29:27 +02:00

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
```