Skip to content

fletch-r/create-react-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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