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

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

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