React DocTab Template
- npm
npm install react-doc-tab-template
- yarn
yarn add react-doc-tab-template
Easily set up a local development environment!
Build all the examples and starts storybook server on localhost:9009:
- clone
npm install
npm start
OR
Clone this repo on your machine, navigate to its location in the terminal and run:
npm install
npm link # link your local repo to your global packages
npm run build:watch # build the files and watch for changes
Clone project repo that you wish to test with react-doc-tab-template library and run:
npm install
npm link react-doc-tab-template # link your local copy into this project's node_modules
npm start
Start coding! 🎉
All contributions are welcome!