File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments