0.0.4 • Published 5 months ago

tdis v0.0.4

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 months ago

React, repeat. A boilerplate to build a React component library.

Get Started

To start your own React component library, clone this repository and start your own Git journey!

$ git clone https://gitlab.playcourt.id/telkomdev-acus/tdis#readme cool-name
$ cd cool-name
$ rm -rf .git
$ git init

Development and Storybook

You can easily develop and interact with your components by using Storybook. To run the local server, simply run:

$ npm i
$ npm run storybook

Navigate to http://localhost:9001 to view your stories. They should automatically update as you develop.

Storybook will pick up any story from the stories.js file in a component folder.

tdis is currently using the latest technology available, so you may need to update your Node versions to latest to accomodate Babel 7 and Webpack 4.

0.0.1

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.4

5 months ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago