Skip to content

Commit d8ebf24

Browse files
authored
Update README.md
1 parent 6ea1383 commit d8ebf24

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,25 +94,18 @@ Using JavaScript for full-stack has always been a challenge especially with arch
9494

9595

9696
## Setup and Running
97-
- Legend
98-
- * represents default values
9997
- Clone repo git clone [email protected]:atulmy/fullstack-javascript-architecture.git fullstack
10098
- Landing
10199
- Switch to `landing` directory `cd frontend/landing`
102100
- Dev
103101
- Configuration
104102
- Create local environment file `cp .env.dev.example .env`
105103
- Modify `.env` for
106-
- PORT
107-
- 3000*
108-
- NODE_ENV
109-
- `development`* | `production`
110-
- LANDING_URL
111-
- http://localhost:3000*
112-
- WEB_URL
113-
- http://localhost:5000*
114-
- API_URL
115-
- http://localhost:8000*
104+
- PORT 3000
105+
- NODE_ENV `development` | `production`
106+
- LANDING_URL (http://localhost:3000)
107+
- WEB_URL (http://localhost:5000)
108+
- API_URL (http://localhost:8000)
116109
- CONTACT_PHONE, CONTACT_EMAIL, CONTACT_ADDRESS
117110
- GA_TRACKING_ID (Google analytics tracking ID)
118111
- Setup

0 commit comments

Comments
 (0)