0.1.5 • Published 3 years ago

springy-card-react v0.1.5

Weekly downloads
26
License
MIT
Repository
github
Last release
3 years ago

springy-card-react

Build status Release License Downloads

springy-card-react is a React library

Developer guide

springy-card-react uses create-react-app as development toolkit.

Install the library:

npm install

Start the demo application:

npm start

The library uses Jest as test runner. To run the tests:

npm test

The library uses rollup to build a final version inside the /dist folder and it will build CommonJS and ES Modules versions:

npm run build