1.0.0 • Published 5 years ago

josh-react v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

#j-react

Get Started

@@ -16,3 +16,18 @@ $ cd cool-name $ rm -rf .git $ git init

## Development and Storybook

You can easily develop and interact with your components by using Storybook. To run the local server, simply run:

```bash
$ npm i
$ npm run storybook

Navigate to http://localhost:9001 to view your stories. They should automatically update as you develop.

Storybook will pick up any story from the stories.js file in a component folder.