Skip to content

stevekinney/react-typescript-labs

Repository files navigation

React TypeScript Labs

Running Storybook

All of the examples are exposed as stories. To run Storybook, executre the following from your command line.

npm run storybook

Running Examples

If Storybook is not working for you for some reason, this project includes multiple examples and labs that cover using TypeScript with React.

npm run examples

This will launch an interactive menu where you can:

  • Use ↑↓ arrow keys to navigate through available examples
  • Press Enter to select an example
  • Press Ctrl+C or Esc to quit

The CLI will automatically update index.html to load the selected example. After selecting, run npm run dev to start the development server.

Once you've selected an example, start the server:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published