Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 706 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 706 Bytes

Create React Interface

Create-React-Interface lets you quickly set up a library ready for your personal UI development.

How to install:

npx create-react-interface <your-library-name>

After installation:

cd <your-library-name>
npm run storybook

Packages Included

Create-React-Interface is currently using with the following packages. Links for their documention are below.

Package README
Storybook storybook.js.com
Typescript React TypeScript
Roll-Up RollUp Github