Enter the created app directory and start the project in dev:
$ cd <your_app>
$ yarn dev
Once the build process finish, open your browser at http://localhost:3000
You should see a page with the default content loaded by the CLI.
Congratulations! You just started your first React Bricks App! 🎉