Skip to content

apollo-utn-frd/apollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

To use this app, you should have Grails, Node, NPM, and the Angular CLI installed.

Running The App

To execute the server side application only, you can execute the bootRun task in the server project:

./gradlew server:bootRun

The same can be done for the client application:

./gradlew client:bootRun

To execute both, you must do so in parallel:

./gradlew bootRun --parallel