Skip to content

Commit 255bc31

Browse files
authored
Create README.md
1 parent c29174d commit 255bc31

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

with_jsx/server/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)