https://github.com/arqex/react-tiles-playground
react-tiles test and doc site.
https://github.com/arqex/react-tiles-playground
Last synced: 2 months ago
JSON representation
react-tiles test and doc site.
- Host: GitHub
- URL: https://github.com/arqex/react-tiles-playground
- Owner: arqex
- License: mit
- Created: 2016-06-07T15:06:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T15:55:18.000Z (almost 9 years ago)
- Last Synced: 2025-01-29T20:19:15.405Z (4 months ago)
- Language: JavaScript
- Size: 357 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-tiles playground
A playground website to develop react-tiles. It is used also as the documentation guide for react-tiles, you can see it working at:some URL here
## Installation
The first thing to run the playground in your machine is clone this repo with the `--recursive` flag to fetch react-tiles repo too.
```
git clone --recursive https://github.com/arqex/react-tiles-playground.git
```Install dependencies of react-tiles and the playground
```
npm install
cd src/react-tiles
npm install
```Then you we'll have everything ready to start the development server. Go to the playground directory and there launch it doing:
```
npm start
```You will see the site running in http://localhost:3030 and you can start developing.