You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Windows is also available, but bash terminal is recommended, and the following tools must be operated based on bash.
32
+
33
+
> Windows is also available, but bash terminal is recommended, and the following tools must be operated based on bash.
32
34
33
35
**Tools**
36
+
34
37
1. recommended: **Bash terminal**
35
38
2. required: **Docker** & **Docker-compose**
36
-
3.**node** ≥ `v14.20.1`
37
-
* Using nvm, you can easily change the node version. Please refer to the following: [NVM](https://www.notion.so/NVM-53c04d5c8837480e8601e6bd39abc62a#6db02c02a5c549cbaaa7884cac709a9e)
39
+
- Install [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/).
40
+
> If **mac** and **windows** have **docker desktop** installed, **docker compose** is also installed, so there is no need to install it separately.
41
+
1. Click [here](https://docs.docker.com/get-docker/) to install Docker.
42
+
2. Click [here](https://docs.docker.com/compose/install/) to install Docker Compose.
43
+
3.**node** ≥ `v14.20.1`
44
+
- Using nvm, you can easily change the node version. Please refer to the following: [NVM](https://www.notion.so/NVM-53c04d5c8837480e8601e6bd39abc62a#6db02c02a5c549cbaaa7884cac709a9e)
38
45
4.**npm** ≥ `v6.14.17`
39
46
40
-
- Install [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/).
41
-
> If **mac** and **windows** have **docker desktop** installed, **docker compose** is also installed, so there is no need to install it separately.
42
-
1. Click [here](https://docs.docker.com/get-docker/) to install Docker.
43
-
2. Click [here](https://docs.docker.com/compose/install/) to install Docker Compose.
44
-
45
-
46
47
## Run
47
48
48
49
1. Install this repo.
@@ -52,7 +53,7 @@ If you want to check the dev-portfolio library, please refer to the following li
52
53
$ npx create-dev-portfolio <YOUR_APP_NAME>
53
54
```
54
55
55
-
2. Run ```dev-portfolio``` by daemon.
56
+
2. Run `dev-portfolio` by daemon.
56
57
57
58
```bash
58
59
# If you want to run both the client and the server, enter the command below.
@@ -80,51 +81,43 @@ $ npm run exit:server
80
81
81
82
## Deploy
82
83
84
+
Please note that **only [client-app](https://github.com/modern-agile-team/create-dev-portfolio/tree/master/client/app) are deployed** except for [server-app](https://github.com/modern-agile-team/create-dev-portfolio/tree/master/server) on [Vercel](https://vercel.com/). If you want to deploy the server code, you have to deploy it directly using the cloud provided by AWS, GCP, Oracle, etc.
85
+
The deploying guide will be released soon, so please look forward to it.
86
+
83
87
```bash
84
-
# After complete client code, then enter the command below.
85
-
# If you enter this, client will be deployed with vercel automatically.
88
+
# If you enter the command below, the deploy will proceed automatically to the web page where new URL is registered on Vercel.
86
89
$ npm run deploy:client
87
90
```
88
91
89
-
[vercel](https://vercel.com/)
92
+
## Tip
90
93
94
+
1.**If you want to customize your client.
95
+
Check to README.md in [dev-portfolio](https://github.com/modern-agile-team/dev-portfolio).**
96
+
please go to the link below!
91
97
92
-
## Tip
93
-
1.**If you want to customize your client.
94
-
Check to README.md in [dev-portfolio](https://github.com/modern-agile-team/dev-portfolio).**
0 commit comments