https://github.com/inside/lbc-react-workshop
A React Workshop
https://github.com/inside/lbc-react-workshop
Last synced: about 1 year ago
JSON representation
A React Workshop
- Host: GitHub
- URL: https://github.com/inside/lbc-react-workshop
- Owner: inside
- Created: 2016-10-17T14:30:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T16:45:52.000Z (over 9 years ago)
- Last Synced: 2025-02-01T20:25:38.152Z (over 1 year ago)
- Language: JavaScript
- Size: 1020 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lbc react workshop
A React Workshop for building a simple product list.
## Requirements
* A recent npm version
`sudo apt-get install npm` or if you already have npm you might want to
upgrade it with: `sudo npm install npm@latest -g`
* A recent node version
`sudo npm install n && sudo n latest`
## Installation
```bash
$ git clone git@github.com:inside/lbc-react-workshop.git
# If using ssh fails, you can use https:
$ git clone https://github.com/inside/lbc-react-workshop.git
$ cd lbc-react-workshop
$ npm install
```
## Running
```
$ npm start
```
Then go to http://localhost:3000/
## Developing
Source files are in the `src/` directory. Start by editing `src/App.js`.
Here's a html snippet we will use in our app:
```
Toutes
divers
immobilier
loisirs
maison
materiel_professionnel
multimedia
services
vacances
vehicules
```