Skip to content

Grommet Udacity

Ryan Collins edited this page Oct 2, 2016 · 1 revision

Grommet is a fantastic UX framework that comes with hundreds of amazingly interactive React components out of the box. We are using a fork of it in our projects, that has been customized with styling and a few custom components.

As such, the Grommet Udacity package has been published to NPM and you can use it just like you would any other module. Examples are included within the repository.

As we have been building this application, we have been making incremental changes to the Grommet Fork. As such, occassionally you will pull the repository and find a Module Missing error. This is to be expected early on and can easily be fixed.

Steps to Fix

  1. Remove your node modules folder
rm -fr node_modules
  1. Reinstall your node modules
npm run setup

🎉🎉🎉🎉🎉

Woohoo! Now we have a reusable React library that we can add components to while working on Udacity Alumni projects. Awesome!

Any questions or issues, please post to the issues board.

Clone this wiki locally