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 d8ebf24 commit 8b33615Copy full SHA for 8b33615
README.md
@@ -101,11 +101,11 @@ Using JavaScript for full-stack has always been a challenge especially with arch
101
- Configuration
102
- Create local environment file `cp .env.dev.example .env`
103
- Modify `.env` for
104
- - PORT 3000
+ - 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)
+ - LANDING_URL `http://localhost:3000`
+ - WEB_URL `http://localhost:5000`
+ - API_URL `http://localhost:8000`
109
- CONTACT_PHONE, CONTACT_EMAIL, CONTACT_ADDRESS
110
- GA_TRACKING_ID (Google analytics tracking ID)
111
- Setup
0 commit comments