UX guidelines, HTML/CSS framework, and React components working together to craft exceptional experiences at beqom.
$ npm install @beqom/alto-ui --saveimport Button from '@beqom/alto-ui/Button'; import TextField from '@beqom/alto-ui/Form/TextField'; const MyComponent = () => { <div> <TextField placeholder="Search..." /> <Button outline success> Search </Button> </div>; };- Clone or download project
yarn installor (npm install)yarn test:outputornpm run test:outputyarn start:appornpm run start:app
Checkout the branch you want to deploy (usually master):
$ git checkout masterBe sure that all commits have beed pushed to Github. Then run:
$ npm run deploy