Demonstrate API-First development to facilitate a Rapid-application development (RAD) process.
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]+)?$
Browse to the login screen:
/opt/google/chrome/chrome http://172.20.0.6:3000/
You will be prompted for your credentials:
The username demo and password demo will do.
Feel free to contribute.
Created with React in Eclipse (Eclipse Marketplace)
Eclipse is free open-source project that grows with your contributions.