rax-components
rax-components copied to clipboard
Rax base components
rax-components
Develop
Install deps:
$ cd rax-components/
$ npm install
Develop package
$ cd packages/rax-text
$ npm install
$ npm start
$ npm run build
Build packages
$ npm run build # build all packages
$ npm run build -- --packages=rax-text,rax-view
Run test
$ npm run test
$ npm run test -- packages/rax-countdown
Run lint
npm run lint