Getting Started
We have provided many examples that you can run. Follow the steps below to run any of the provided examples.
1. Install dependencies
yarn
2. In a shell, navigate to an example
cd examples/javascript/boilerplate
3. Run the example
yarn dev
This command uses concurrently to run both yarn watch
and yarn preview
.
Now that you know how to run a Template, let’s deep dive into how they work!