We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24fca1 commit cadfa50Copy full SHA for cadfa50
README.md
@@ -28,4 +28,6 @@ In order to preview the component during development:
28
4. Install the package from the symlink: ```npm link my-react-components``` (check the package name you set in ```package.json```)
29
5. Import the component: ```import { MyComponent } from 'my-react-components'```
30
6. Use it! ```<MyComponent />```
31
+7. Everytime you make a change in the component, the changes will be reflected immediately in the preview project.
32
33
+For more information about npm symlinks, visit https://docs.npmjs.com/cli/link
0 commit comments