/github-notetaker-egghead-reimplementation

React 15.01 reimplementation of Tyler McGinnis Github Notetaker for Egghead

Primary LanguageJavaScript

#Tyler McGinnis GitHub NoteTaker reimplementation using react 15.01 and browser-sync

You'll need your own firebase app(insert link to it into the empty string in app/config/firebase) for up and running this app.

git clone https://github.com/romanfazulianov/github-notetaker-egghead-reimplementation.git
npm install

then for futher development:

npm run dev

or for production

npm run prod