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
- Host: GitHub
- URL: https://github.com/sutter/my-funcking-react-playground
- Owner: sutter
- Created: 2017-09-06T16:21:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T12:27:05.000Z (almost 9 years ago)
- Last Synced: 2025-02-17T06:42:26.864Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)