Javascript – SelfThis https://selfthis.com Geekery by Joon You Sat, 14 May 2016 23:02:59 +0000 en-US hourly 1 https://wordpress.org/?v=5.3.20 Setting Up a React Project https://selfthis.com/2016/05/14/setting-up-a-react-project/ Sat, 14 May 2016 23:02:59 +0000 https://www.selfthis.com/?p=1451

$ brew update && brew install node
$ npm -g install bower
$ bower install react babel

Create index.htm and link react.js and browser.js.

]]>