# twreporter-react-index-page-components
### How to build npm pkg? 
```
npm run build;
npm login // login as reporterdev
npm publish
```

### Why to build this pkg?
1. Make sure all the react components are decoulped from any other existing framework/boilerplates/starter.
2. Make sure clients(who want to require this pkg) don't have to configure extra settings to get styled components.
