Skip to content

apetroni/frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontend

HTML5 Frontend to access microservices

The detailed instructions to run Red Hat Helloworld MSA demo, can be found at the following repository: https://github.com/redhat-helloworld-msa/helloworld-msa

Execute frontend locally

  1. Open a command prompt and navigate to the root directory of this microservice.

  2. Type this command to install the dependencies

     npm install
    
  3. Type this command to execute the application:

     npm start
    
  4. Open the html page

     open index.html
    
  5. The application will be running at the following URL: http://localhost:8080/

About

Frontend that access the microservices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.9%
  • HTML 47.1%