Skip to content

cirbuk/ui-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI Interview setup for react

Setup

  • git clone https://github.com/KubricIO/ui-interview.git
  • cd ui-interview
  • npm install
  • npm run build

This will start a storybook server running on http://localhost:6006

Writing a test

  • Write your react component in a new js file in src folder(Refer src/TestComponent/index.js)
  • Write your story in stories folder in a new js file(Refer stories/test.js)
  • Include the story file in stories/index.js
  • Your new component should be now visible in http://localhost:6006

About

Interview setup for react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published