git clone https://github.com/itenium-be/Talk-DesignPatterns
cd Talk-DesignPatterns
npm install
git checkout v1-hard-coded
cd JavaScript
# Start Angular
cd impl-angular
npm start
# Start React
cd impl-react
npm start
# Initial codebase: Entire form hardcoded
git checkout v1-hard-coded
# Create the formbuilder: Entire form from configuration
git checkout v2-from-config
# Adding more configuration (placeholder & hint)
git checkout v3-more-config-not-dry
# Start exercise
git checkout v4-going-all-out