File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
Requirment
2
2
1 . One way -
3
3
* 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/
5
5
6
6
2 . In case you don't want to use docker and just run locally
7
7
* Install some of the dependencies as present in Dockerfile namely - Mojolicious, Mojolicious::Plugin::OpenAPI, Mojolicious::Plugin::SwaggerUI
8
8
* 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
10
10
* 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
You can’t perform that action at this time.
0 commit comments