Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessgusclark/hello-world-npm
A React Component for Hello World published to NPM
https://github.com/jessgusclark/hello-world-npm
Last synced: 9 days ago
JSON representation
A React Component for Hello World published to NPM
- Host: GitHub
- URL: https://github.com/jessgusclark/hello-world-npm
- Owner: jessgusclark
- Created: 2020-01-08T11:21:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:58:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T05:49:21.175Z (about 1 month ago)
- Language: HTML
- Size: 2.18 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello World NPM!
An NPM package that creates a Hello World React Component.
## Use
install the NPM package:
```
npm i jesse-hello-world-npm
```Then to use in an Application:
```
import Hello from 'jesse-hello-world-npm/Hello';
import Bye from 'jesse-hello-world-npm/Bye';...
```
## Notes/References/etc
- [Tutorial](https://www.codementor.io/@peterodekwo/create-a-simple-react-npm-package-in-simple-steps-using-cra-w966okagi)
- [How to run rm command on windows](https://stackoverflow.com/questions/41451884/how-to-run-rm-command-on-windows-10/41452647)