architect-components-library

Created for the purpose of ["Let's build React Components library!" tutorial on Medium.com"](https://medium.com/p/f5a390d5973d).

Usage no npm install needed!

<script type="module">
  import architectComponentsLibrary from 'https://cdn.skypack.dev/architect-components-library';
</script>

README

Architect Components Library

Codacy Badge

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