https://github.com/clemos/workshop-react-leboncoin
https://github.com/clemos/workshop-react-leboncoin
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clemos/workshop-react-leboncoin
- Owner: clemos
- License: mit
- Created: 2018-10-23T09:03:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T12:32:18.000Z (almost 8 years ago)
- Last Synced: 2025-01-02T19:25:59.834Z (over 1 year ago)
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Initiation à React chez leboncoin avec SilexLabs

## 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 .
```