Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.

---