Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 838 Bytes

README.md

File metadata and controls

49 lines (35 loc) · 838 Bytes

Project (STORYBOOK) React Simple Form Components

📡 Technologies

  • NextJS
  • TypeScript
  • Storybook
  • Stitches

🚀 Getting Started

First, install all dependencies:

npm install
# or
yarn

Second, run the storybook mode:

npm run storybook
# or
yarn storybook

Runs storybook Open http://localhost:6006/ to view it in the browser.


Third, run the dev mode:

npm run dev
# or
yarn dev

Runs dev to test page Open http://localhost:3000 to view it in the browser.