-
Install dependencies in the main directory and, install dependencies in the client folder with npm or yarn.
// Install dependencies $ yarn install or $ npm install // Install dependencies inside the client folder $ cd client/ | yarn install or $ cd client/ | npm install -
.env file have this structure:
// AUTH SECTION AUTH_SECRET=AUTH_SECRET // DB SECTION DB_USER=DB_SERVER DB_PASSWORD=DB_PASSWORD DB_NAME=DB_NAME
-
Notifications
You must be signed in to change notification settings - Fork 0
devHectorGa/desafio_javascript_072020
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published