Files
dependabot[bot] 04a54253e6 chore(deps): bump braces from 3.0.2 to 3.0.3 in /examples/sn-hello-react (#1559)
* chore(deps): bump braces from 3.0.2 to 3.0.3 in /examples/sn-hello-react

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: remove keep_fnames

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: caele <tsm@qlik.com>
2024-08-13 08:21:43 +02:00
..
2023-04-28 10:57:28 +02:00
2019-05-26 19:27:13 +02:00
2021-09-23 11:29:27 +02:00

hello-react

This is a basic example of a supernova that uses react.

Developing

Install dependencies:

yarn install

Build:

yarn run build

Watch and Serve build

yarn run start