Skip to content

raxjs/rax-components

Repository files navigation

rax-components

Docs

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