Skip to content

Shareable React Components for Frontend projects at EyeEm

Notifications You must be signed in to change notification settings

eyeem/frontend-components

Repository files navigation

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