/notetaker_tutorial

egghead.io react tutorial codealong

Primary LanguageJavaScript

NOTETAKER TUTORIAL

Code for my implementation of app from http://egghead.io course

Running

  1. install webpack globally npm install webpack -g
  2. npm install
  3. webpack -w watches file changes
  4. open index.html in the browser