/hello-storybook

Starter files for storybook workshop

Primary LanguageJavaScript

Starter files for Codebar Storybook Workshop

GET THIS APP RUNNING LOCALLY:

  1. Clone the app: git clone git@github.com:artismarti/hello-storybook.git

  2. Navigate to the project directory: cd hello-storybook

  3. Install dependencies: yarn install OR npm install

  4. Once dependencies are installed, run: yarn start OR npm start

This will run the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

This project was bootstrapped with Create React App.