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 5a011f8 commit c2cf313Copy full SHA for c2cf313
README.md
@@ -0,0 +1,15 @@
1
+# Django-vue
2
+
3
+## Project setup
4
+### installing docker
5
+See [Configuration Reference](https://phoenixnap.com/kb/how-to-install-docker-on-ubuntu-18-04).
6
+## how to run
7
+1. git clone https://github.com/ribonred/django-vue-docker.git
8
+2. cd django-vue-docker
9
+### Compiles and hot-reloads for development
10
+```
11
+sudo docker-commpose up --build
12
13
+#### service access
14
+> 127.0.0.1:8000 *django server
15
+> 127.0.0.1:5000 *Frontend server
laundry/README.md
0 commit comments