Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.13 KB

File metadata and controls

53 lines (38 loc) · 2.13 KB

React Admin REST to Gripp API

License: MIT master

Demonstrate API-First development to facilitate a Rapid-application development (RAD) process.

Provisioning

For instance use an existing Docker workspace. :

cd laradock && docker-compose exec --user=laradock workspace bash

Provision the application with JavaScript Node.js NPM & YARN packages.:

cd gripp_client_react_admin && bin/provision.sh

Console output will tell you the server address.:

Compiled successfully!

You can now view gripp-admin in the browser.

  Local:            http://localhost:3000/
  On Your Network:  http://172.20.0.6:3000/

Add this Your Network url to your Gripp Symfony .env.local file.:

CORS_ALLOW_ORIGIN=^http://172.20.0.6(:[0-9]+)?$

Usage

Browse to the login screen:

/opt/google/chrome/chrome http://172.20.0.6:3000/

You will be prompted for your credentials:

Login

The username demo and password demo will do.

Developing

Feel free to contribute.

Tools

Created with React in Eclipse (Eclipse Marketplace)
Eclipse is free open-source project that grows with your contributions.