npm install solid-opinion```
npm install solid-opinion
This project uses Mocha and Karma to run test. Command to run all test suites:
``
npm run test
``
npm run build
``
npm run start
npm install s-like --save
`
Including these modules in your base application and package.json should contain this package as dependency.After installing put this component into your react code.
An example for .jsx file:
`javascript
import React from 'react';
import Like from "s-like"; //import new componentlet { Component } = React;
export default class Item extends Component {
render() {
return (
);
}
}
``