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

https://github.com/totvs/mingle-sample-react


https://github.com/totvs/mingle-sample-react

Last synced: about 1 year ago
JSON representation

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
```