0.0.2 • Published 10 years ago
@schibstedspain/sui-sidebar v0.0.2
sui-sidebar
Description
This is a React component to list items inside a flexbox container
Instalation
Clone this repository and run:
$ npm installDependencies
To run the lint tasks we have dependencies of:
If that tools are not installed you cant commit. Because the lint pass never will be ok.
Start working in development mode:
$ npm run devThis command will build your .sass, .jsx and .js files and open a local development environment, with hot reloading. A browser window will be opened as well, showing the entry point of your documents folder for development purposes.
To work in TDD mode:
$ npm run test:watchTo run unit tests only once:
$ npm testTo publish yours docs page:
$ npm run docThat will publish in a gh-page for docs folder.
What is a component without a public demo, isn´t ?!