Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 837 Bytes

File metadata and controls

17 lines (13 loc) · 837 Bytes

Spring Vanilla JS Full Stack Project template

Purpose

How to Use From CLI

  1. Execute the command below from the root directory of this project to serve the application.
    • ./build.sh 8080
  2. Navigate to localhost/8080 from a browser (Chrome, or Firefox)

How to Use From IDE

  1. Run this application by running the main method in DemoApplication.
  2. Navigate to the server port specified in the application.properties file. By default, the port number is 8080
  3. Navigate to localhost/8080 from a browser (Chrome, or Firefox)