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

https://github.com/josephmaxim/library-playground

A react app for experimenting local components & libraries.
https://github.com/josephmaxim/library-playground

Last synced: 3 months ago
JSON representation

A react app for experimenting local components & libraries.

Awesome Lists containing this project

README

        

# React Library Playground

A react app for experimenting local components & libraries.

* a small app to experiment with a component library locally.
* a lightweight webpack config (for development and production)

### Setup
Cloning
```
git clone https://github.com/josephmaxim/library-playground.git
cd library-playground
```
Using NPM
```
npm install
npm start
```
...or Yarn
```
yarn
yarn start
```