0.0.4 • Published 8 years ago
bahmni-clinical-components v0.0.4
BAHMNI CLINICAL COMPONENTS
File naming conventions
- All components should be in Pascal Case (camel case starting with uppercase letter)
- Other files including styles should be in Camel Case starting with lowercase letter
- Test files should have the same name as the file followed by .spec.js
Setup Steps
- Install node
- Install dependencies,
npm install