boilerplate to build react component
First, clone the repo via git:
git clone https://github.com/BookyPie/react-component-boilerplate.git your-project-nameAnd then install dependencies.
$ cd your-project-name && npm installRun the application with this command
$ npm startTo publish your react component:
$ npm run build-lib