Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 599 Bytes

Install.md

File metadata and controls

40 lines (30 loc) · 599 Bytes

Setup for Talk

Install

git clone https://github.com/itenium-be/Talk-DesignPatterns
cd Talk-DesignPatterns
npm install
git checkout v1-hard-coded
cd JavaScript

Run

# Start Angular
cd impl-angular
npm start

# Start React
cd impl-react
npm start

Time travel

# 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