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