An open API service indexing awesome lists of open source software.

https://github.com/clemos/workshop-react-leboncoin


https://github.com/clemos/workshop-react-leboncoin

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Initiation à React chez leboncoin avec SilexLabs

![Initiation à React chez leboncoin avec SilexLabs](https://secure.meetupstatic.com/photos/event/7/1/0/9/highres_474928937.jpeg)

## Presentation
https://docs.google.com/presentation/d/1Th1fLcs4kBFLNqCKaBRZuzp9ARYukSOakONhSrg-jVQ/edit?usp=sharing

## D'abord...

Installer
* [NVM](https://github.com/creationix/nvm#installation)
* [NodeJS](https://nodejs.org) `nvm install 9.10.0`/`nvm use 9.10.0`
* [Yarn](https://yarnpkg.com) (si possible) 0.25+

### Un éditeur de code:
Pourquoi pas [Visual Studio Code](https://code.visualstudio.com/)

## Puis

Taper [`create react app`](https://github.com/facebook/create-react-app) dans Google :)

```
git clone git@github.com:clemos/workshop-react-leboncoin.git
cd workshop-react-leboncoin
yarn create react-app .
```