Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mortonprod/cleaningwebsite

This is small cleaning business website.
https://github.com/mortonprod/cleaningwebsite

Last synced: 1 day ago
JSON representation

This is small cleaning business website.

Awesome Lists containing this project

README

        

# Cleaning-website

This is a react review component. It displays props as users reviews.

## Installation
To install this component into your project run:

`npm install @mortonprod/cleaning-website`

## Usage

Import the component like so:

`
import Product from @mortonprod/cleaning-website
`

then import the css:

`
import @mortonprod/cleaning-website/dist/index.css
`

Note you must pull the css independently of the component.

To run in development mode do:

`
npm run start
`

This will run the app on localhost:8080.

## Contributing

You are free to contribute to this component if you wish.