0.2.1 • Published 9 years ago

tf-ui v0.2.1

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
9 years ago

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.

  1. From Thinkful/ui: npm run dev
  2. From Thinkful/ui: npm link
  3. From the folder containing your app's package.json: npm link thinkful-ui
0.2.1

9 years ago