-
Notifications
You must be signed in to change notification settings - Fork 0
React UI Frameworks
frank-yoon edited this page Aug 15, 2019
·
10 revisions
This starter kit includes examples of several React UI frameworks.
https://themes.material-ui.com/themes/paperbase/
$ git checkout framework/mui/paperbase-eb
https://themes.material-ui.com/themes/onepirate/
$ git checkout framework/mui/onepirate-rails-eb
$ git checkout framework/grommet
To deploy any one of these examples to AWS Elastic Beanstalk, one will first need to do a git merge from release or master.
Example:
$ git checkout framework/mui/onepirate-rails-eb
$ git branch feature/myApp
$ git checkout feature/myApp
$ git merge release/v1
Resolve any merge conflicts, commit the changes, bundle the source, and deploy to AWS Elastic Beanstalk.