Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngimhana/sample_react_component_library_boilerplate
This is a sample react reusable component library boilerplate
https://github.com/ngimhana/sample_react_component_library_boilerplate
Last synced: 3 months ago
JSON representation
This is a sample react reusable component library boilerplate
- Host: GitHub
- URL: https://github.com/ngimhana/sample_react_component_library_boilerplate
- Owner: NGimhana
- Created: 2019-06-24T11:30:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:58:07.000Z (about 2 years ago)
- Last Synced: 2024-11-01T08:50:30.147Z (3 months ago)
- Language: JavaScript
- Size: 889 KB
- Stars: 8
- Watchers: 1
- Forks: 8
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
**Using NPM:**
Since this Plugin is not officially published yet please follow below steps for local testing.
1. Install Node Modules for web pack dependencies.
```
npm install
```
1. In the root of your NPM package, do this to build.
```
npm run build
```2. Install the Package into local node_modules.
```
npm install . -g
```
3. Create a symlink package that points to your working directory.
```
npm link
```
4. Local NPM Package installation. Use this command in relevant React project directory. This will link global node_module plugin directory to project's local node_modules directory.
```
npm link oodt_fm_plugin_sample