Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)