architect-components-library
v1.0.19
Published
Created for the purpose of ["Let's build React Components library!" tutorial on Medium.com"](https://medium.com/p/f5a390d5973d).
Downloads
3
Readme
Architect Components Library
Created with:
- React, Emotion for creating and styling components,
- Jest, react-testing-library for testing the components,
- Rollup, Babel for bundling the library,
- Styleguidist for live development and documentation generation,
- TravisCI for auto deployment to GitHub pages.
How to start locally: git clone https://github.com/SyntesyDigital/ArquitectComponentsLibrary.git cd ArquitectComponentsLibrary npm install npm start