The easiest way to complete the Blueprint tutorials is to use the sample app included with the project.
- Clone the Blueprint repo
git clone https://github.com/square/Blueprintcd Blueprint- Generate a project
Follow the main README instructions to set up a local development environment with Tuist.
- Code!
The SampleApp project contains multiple app targets. SampleApp is a standalone demonstration of Blueprint. The project also contains targets for each tutorial (along with a target showing the tutorial in its completed state).
SampleApp
Tutorial 1
Tutorial 1 (Completed)
/// etc...
To follow along with Tutorial 1, navigate to Tutorials > Tutorial 1 in the project navigator to see the source code. Also be sure to select the Tutorial 1 target before building so you can see the tutorial running in the simulator.