https://github.com/totvs/mingle-sample-react
https://github.com/totvs/mingle-sample-react
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/totvs/mingle-sample-react
- Owner: totvs
- Created: 2019-07-31T17:44:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T01:46:31.000Z (over 3 years ago)
- Last Synced: 2024-04-14T07:47:28.372Z (over 2 years ago)
- Language: JavaScript
- Size: 3.68 MB
- Stars: 0
- Watchers: 13
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mingle with React
## Project setup
```
npm install
```
### Mingle Configuration
```
Before compiling an application, configure Mingle according to your environment in the App.js file.
Set the config.app_identifier constant with your app id value.
Set the config.server constant with the url of the desired Mingle environment.
```
### Compiles and hot-reloads for development
```
npm run start
```