All the code regarding the workshop of React on Schibsted Spain.
You’ll need installed the next applications. You might want to use nvm.
create-react-app a package made by Facebook in order to use React without configuration.npm install -g create-react-app
git clone git@github.com:miduga/workshop-react-js.git
cd workshop-react-js
npm install
npm start