Effort to turn the great lessons by @JoshOrndorff into an interactive tutorial format.
- Ensure Node.JS and Yarn are installed.
- Install dependencies by running
yarn
in the project directory - Run
yarn start
to start your local development server
You can build a static version of this project using:
yarn build
This will result in a static build in the directory dist
.
Previewing this static build can then be done through:
yarn serve