| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
deep-microservices-root-react is the fundamental building block used by cloud-native web applications built on top of DEEP Framework and React. This microservice provides the root structure of the web application that is developed using React framework and react-router module.
npm install deepify -gIf you want to use deepify on Windows, please follow the steps from Windows Configuration before running npm install deepify -g and make sure all npm and deepify commands are executed inside Git Bash.
deepify install github://MitocGroup/deep-microservices-todomvc ~/deep-microservices-todomvcPath parameter in all deepify commands is optional and if not specified, assumes current working directory. Therefore you can skip ~/deep-microservices-todomvc by executing mkdir ~/deep-microservices-todomvc && cd ~/deep-microservices-todomvc before deepify install.
deepify server ~/deep-microservices-todomvc -oWhen this step is finished, you can open in your browser the link http://localhost:8000 and enjoy the deep-microservices-todomvc running locally.
deepify deploy ~/deep-microservices-todomvcAmazon CloudFront distribution takes up to 20 minutes to provision, therefore don’t worry if it returns an HTTP error in the first couple of minutes.
deepify undeploy ~/deep-microservices-todomvcAmazon CloudFront distribution takes up to 20 minutes to unprovision. That's why deepify command checks every 30 seconds if it's disabled and when successful, removes it from your account.
Having questions related to deep-microservices-root-react?
Interested in contributing to deep-microservices-root-react?
Looking for web applications that use (or are similar to) deep-microservices-root-react?
This repository is being sponsored by:
This code can be used under MIT license:
See LICENSE for more details.
| Back | FazBrowse Home | New Git URL |