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)
Cloning
git clone https://github.com/josephmaxim/library-playground.git
cd library-playground
Using NPM
npm install
npm start
...or Yarn
yarn
yarn start