1.0.3 • Published 4 years ago
componentlibrary-css-sass-rollup v1.0.3
Creating an external common component library with CSS and SASS in React and build with Rollup
This is an example how to use css and sass to create a common component libraries.
Usage
First install required packages and then run the development server:
npm install
Tests can be run with:
npm run test
Build with
npm run build