Skip to content

ESA2012/GrailsReactTestApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

./gradlew bootRun -parallel - run server and client
./gradlew server:bootRun    - run server
./gradlew client:bootRun    - run client

./gradlew client:test //or, from the client project dir: npm test

./gradlew client:build //or, from the client project dir: npm run build