Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mortonprod/cleaningwebsite
- Owner: mortonprod
- Created: 2016-07-12T22:27:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T15:12:29.000Z (over 7 years ago)
- Last Synced: 2024-11-08T05:26:31.607Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 297 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.