Skip to content

Commit 9ca011c

Browse files
authored
Update README.md
1 parent 255bc31 commit 9ca011c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

with_jsx/server/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Requirment
22
1. One way -
33
* Install Docker
4-
* Run - `make dev` for development environemnt
4+
* Run - `make dev` for development environemnt. It will take care of all the dependencies and you can access your server on https://localhost/
55

66
2. In case you don't want to use docker and just run locally
77
* Install some of the dependencies as present in Dockerfile namely - Mojolicious, Mojolicious::Plugin::OpenAPI, Mojolicious::Plugin::SwaggerUI
88
* cd mojo_react_app
9-
* morbo script/mojo_react_app -> This will run in port 3000
9+
* morbo script/mojo_react_app -> This will run it on port 3000
1010
* In case you want diiferent port, run - morbo -l http://*:3001 script/mojo_react_app
11+
* It will work on Windows as well as Linux

0 commit comments

Comments
 (0)