workshop-react-js

Examples and exercises of React

6
3
6
JavaScript
public
Archived

workshop-react-js

All the code regarding the workshop of React on Schibsted Spain.

Requirements

You’ll need installed the next applications. You might want to use nvm.

  • node 6
  • npm 3

Quickstart

  1. First, you’ll need to install create-react-app a package made by Facebook in order to use React without configuration.
npm install -g create-react-app
  1. Clone the repository and install
git clone git@github.com:miduga/workshop-react-js.git
cd workshop-react-js
npm install
  1. Start the server
npm start
v0.3.3[beta]