careersites_react
v1.0.3
Published
Careersites React UI Components Library
Readme
Careersites React UI Components
A collection of utitlity components for building careersites.
Installation
Usage
Development
Scaffolding
# Scaffold a new component
# Should be run from the root of the project
# This will create a new component in the src/components directory
# name of the component should be in kebab-case
npm run scaffold:component name-of-component
# Scaffold a new util
# Should be run from the root of the project
# This will create a new util in the src/utils directory
# name of the util should be in kebab-case
npm run scaffold:util name-of-utilTODO
- [ ] add pre-push husky hook from package json
- [ ] config cypress
