summaryrefslogtreecommitdiff
path: root/microservices/04-react-app/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'microservices/04-react-app/build.sh')
-rwxr-xr-xmicroservices/04-react-app/build.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/microservices/04-react-app/build.sh b/microservices/04-react-app/build.sh
new file mode 100755
index 0000000..9424fc4
--- /dev/null
+++ b/microservices/04-react-app/build.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+npm install
+npm run build
+
+echo dist directory contains the React application.