Files
nebula.js/examples/sn-hello-react/README.md
2019-05-26 19:27:13 +02:00

24 lines
218 B
Markdown

# hello-react
This is a basic example of a supernova that uses react.
## Developing
Install dependencies:
```sh
yarn install
```
Watch build:
```sh
yarn run build:watch
```
Serve build
```sh
yarn run start
```