Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 494 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 494 Bytes

한국여성의집: Women Homepage

Before running...

change the name of front-end to views

1. Install all necessary modules

npm install
  • Make sure that you're on /app when executing the above command
  • Every module written in package.json will be installed

2. Create ".env" file on /app

NODE_ENV="dev"

PORT=

DB_HOST=""
DB_USER=""
DB_PASSWORD=""
DB_DATABASE=""
DB_PORT=

How to run

✅ Make sure that you're on /app

npm start