trcomponents
v0.0.5
Published
TRC front-end style guide for patient facing apps
Downloads
1
Readme
trcomponents
Requirements
- Node >= 8.11.3
- Yarn >= 1.1.0
Setup Project
- Clone into local directory
- cd into project
yarn install
- Make sure NPM registry is set to https://npm.thinkresearch.com,
npm set registry https://npm.thinkresearch.com
- Make sure you are registered on https://npm.thinkresearch.com,
npm adduser --registry https://npm.thinkresearch.com
Development
- Run development server:
yarn start
- Go to
localhost:3000
to see app running
Publishing
- Build:
yarn build
- Publish:
npm publish
React storybook
- Run
yarn run storybook