Skip to content

Commit

Permalink
Add a new post showing how a React application can be hosted by WildFly.
Browse files Browse the repository at this point in the history
  • Loading branch information
darranl committed Mar 8, 2024
1 parent 53bbee2 commit 971774e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _posts/2024-03-08-wildfly-react-getting-started.adoc
@@ -0,0 +1,14 @@
---
layout: post
title: 'Hosting a React Application on WildFly'
date: 2024-03-08
tags: react wildfly
synopsis: Creation of a new project bundling a new React application and hosting it on WildFly.
author: darranl
link: http://lofthouse.dev/2024/03/07/hosting-a-react-application-on-wildfly/
---

As part of an upcoming development item I am going to be working with a React application deployed to the WildFly application server and invoking Jakarta RESTful Web Service endpoints to interact with the server side of the application.

I thought others might find it useful to see the steps I have taken. This blog post describes my steps up until the point I have the default React application deployed to WildFly, I may then follow up with some blogs of my subsequent steps.

0 comments on commit 971774e

Please sign in to comment.