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.
- Host: GitHub
- URL: https://github.com/josephmaxim/library-playground
- Owner: josephmaxim
- Created: 2017-12-21T20:40:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T21:24:31.000Z (over 7 years ago)
- Last Synced: 2025-01-05T05:13:04.214Z (5 months ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```