Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cumulocity-iot/cumulocity-sample-react-app
Sample React App which uses react library to fetch and display device details. It also updates the device details by taking an input from the user.
https://github.com/cumulocity-iot/cumulocity-sample-react-app
cumulocity-iot cumulocity-webapp iot-analytics react webapp
Last synced: 20 days ago
JSON representation
Sample React App which uses react library to fetch and display device details. It also updates the device details by taking an input from the user.
- Host: GitHub
- URL: https://github.com/cumulocity-iot/cumulocity-sample-react-app
- Owner: Cumulocity-IoT
- License: apache-2.0
- Archived: true
- Created: 2021-10-14T05:50:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T13:58:41.000Z (about 3 years ago)
- Last Synced: 2024-12-20T17:16:29.977Z (20 days ago)
- Topics: cumulocity-iot, cumulocity-webapp, iot-analytics, react, webapp
- Language: TypeScript
- Homepage:
- Size: 255 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Sample React App which uses react library to fetch and display device details. It also updates the device details by taking an input from the user.
### Create a react app
Follow the below steps to create a react app.1. Create a folder with the name of your choice. eg. react-app
2. Navigate inside the folder and run the below command.
```
npx create-react-app sample-app --template typescript
```
3. Navigate inside the sample-app folder that gets created and run the below command in order to use Cumulocity Inventory Service, in react project.
```
npm i @c8y/[email protected]
```
---
This app is provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.---