Skip to content

Shareable React Components for Frontend projects at EyeEm

Notifications You must be signed in to change notification settings

eyeem/frontend-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

438cfbe · Mar 1, 2023
Mar 17, 2020
May 11, 2022
Mar 17, 2020
Mar 17, 2020
Jan 30, 2019
Jan 23, 2019
Feb 5, 2019
Oct 26, 2018
Jan 30, 2019
Jan 30, 2019
May 3, 2019
Aug 16, 2019
Mar 1, 2023
May 11, 2022
Dec 20, 2018
Mar 31, 2020

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