Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 630 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 630 Bytes

Building Modern Web Apps with React and ES6

Check out the presentation

Link

Getting Started

  • Install Git if you haven't already: Git
  • Clone this repository: git clone git@github.com:MichaelReiter/ReactTalk.git
  • Navigate inside directory: cd ReactTalk/sample\ app/
  • Install Node and npm if you haven't already: Node
  • Install dependencies: npm install
  • Start the app: npm start

Special Thanks