1.0.12 • Published 4 years ago

react-doc-tab-template v1.0.12

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

React DocTab 📑 Template

npm version Build Status

React DocTab Template

Install

  • npm npm install react-doc-tab-template
  • yarn yarn add react-doc-tab-template

Development

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! 🎉

Contributing

All contributions are welcome!