Skip to content

React UI Frameworks

frank-yoon edited this page Aug 15, 2019 · 10 revisions

React UI Frameworks

This starter kit includes examples of several React UI frameworks.

Theme: Paperbase

https://themes.material-ui.com/themes/paperbase/

$ git checkout framework/mui/paperbase-eb

Live Preview on AWS EB

Theme: Onepirate

https://themes.material-ui.com/themes/onepirate/

$ git checkout framework/mui/onepirate-rails-eb

Live Preview on AWS EB

$ git checkout framework/grommet

Live Preview on AWS EB

Deploying to AWS Elastic Beanstalk

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.