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

https://github.com/sutter/my-funcking-react-playground

Training playground
https://github.com/sutter/my-funcking-react-playground

Last synced: 11 months ago
JSON representation

Training playground

Awesome Lists containing this project

README

          

Ce projet est développé avec [Create React App](https://github.com/facebookincubator/create-react-app) dans le but de m'amuser avec React.

## Installation

Installer les dépendances :

```
yarn install
```

Démarrer le serveur local :

```
yarn start
```

Démarrer le serveur Storybook

```
yarn storybook
```

## Dépendances

* [Create React App](https://github.com/facebookincubator/create-react-app)
* [Styled Components](https://www.styled-components.com/)
* [Styled Tools](https://github.com/diegohaz/styled-tools)
* [Polished](https://polished.js.org)
* [Storybook](https://storybook.js.org/)
* [React Snapshot](https://github.com/geelen/react-snapshot)