setup-react-library
v1.0.0
Published
scaffolding a react library, with a rollup build
Downloads
1
Readme
#setup-react-library
scaffolding for a basic react component, supports scss (builds a separate css file) and svg. Also provides a test harness for your component, using parcel to build the harness
🚀 Getting Started
Using npm
:
npm i setup-react-library -g
✨ Usage
mkdir my-component
cd my-component
setup-react-library
npm run watch