We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b3cc8 commit cb2d1b8Copy full SHA for cb2d1b8
README.md
@@ -2,9 +2,11 @@ A template for creating your react package.
2
3
#### Guide
4
5
-- Replace content in src/lib with your source code.
+- Replace the content in src/lib with your own component or library.
6
- Test run your library by importing in `App.js` and running `npm start`.
7
-- Specify entry file in `rollup.config.js` input field
+- Specify entry file in rollup's config input property (`rollup.config.js`).
8
- Run `npm run build` to bundle.
9
+- run `npm link` and `npm link <package-name>` from the root of your project to test bundle.
10
+- Test run your bundle by importing into `App.js` from the package name and running `npm start`.
11
12
To learn more. Read the [article](https://dev.to/emeka)
0 commit comments