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 438d069 commit fc27985Copy full SHA for fc27985
README.md
@@ -47,6 +47,14 @@ All `dependencies` will be bundled with your code.
47
48
All `peerDependencies` will not be bundled.
49
50
+**Publish**
51
+
52
+```bash
53
+npm publish
54
+```
55
56
+Doing so will build the package and publish it to NPM.
57
58
## Some Thanks
59
60
This project is greatly inspired by the wonderful [create-react-app](https://github.com/facebookincubator/create-react-app/) project.
0 commit comments