We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29174d commit 255bc31Copy full SHA for 255bc31
with_jsx/server/README.md
@@ -0,0 +1,10 @@
1
+Requirment
2
+1. One way -
3
+ * Install Docker
4
+ * Run - `make dev` for development environemnt
5
+
6
+2. In case you don't want to use docker and just run locally
7
+ * Install some of the dependencies as present in Dockerfile namely - Mojolicious, Mojolicious::Plugin::OpenAPI, Mojolicious::Plugin::SwaggerUI
8
+ * cd mojo_react_app
9
+ * morbo script/mojo_react_app -> This will run in port 3000
10
+ * In case you want diiferent port, run - morbo -l http://*:3001 script/mojo_react_app
0 commit comments