eyeem-components

Shareable React Components for Frontend Projects at EyeEm

Usage no npm install needed!

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

README

frontend-components

Shareable React Components for Frontend projects at EyeEm

Development

This project itself doesn't feature a showcase app, it should be developed together with frontend-styleguide

  • in frontend-components:

  • $ (sudo) npm link (creates link to eyeem-components)

  • $ npm run watch

  • in frontend-styleguide

  • npm link eyeem-components (adds eyeem-components as symlink into node_modules folder)

  • npm run start

Creating a PR

  • npm run build
  • Commit the new dist along with your PR

Publish new version

  • $ npm run release