Skip to content

Commit

Permalink
your
Browse files Browse the repository at this point in the history
  • Loading branch information
ComLock committed Oct 8, 2024
1 parent 4af2463 commit eb5b227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/singlePageReactWebapp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Image you already have a React web-application, and you want to serve it from En
Here are the steps to do that:

. Setup a Enonic XP project.
. Depend on lib-static in you build.gradle file.
. Depend on lib-static in your build.gradle file.
. Make sure the React application is built and the output is put somewhere under `build/resources/main`.
. Create a webapp controller `src/main/resources/webapp/webapp.ts` that uses lib-static to serve the React application.

Expand Down

0 comments on commit eb5b227

Please sign in to comment.