UI
Shared React components for Thinkful applications.
/src
Code for the shared components.
/stories
Stories for demoing components using storybook
/script
Standard bootstrap scripts (Thinkful convention).
Demo
npm run dev
/script/server
Development
If you want to work on UI components locally and see your changes in another app (outside the stories demo), you can use npm link.
- From
Thinkful/ui
: npm run dev
- From
Thinkful/ui
: npm link
- From the folder containing your app's
package.json
: npm link thinkful-ui