Jeonghwan Kim 14.08.2014

노드 실행모드에 따른 환경설정

Read Original

이 글은 Node.js 애플리케이션에서 development 모드와 production 모드에 따라 환경 설정(config.js)을 효율적으로 분리하고 관리하는 방법을 다룹니다. config 디렉토리 구조를 만들고, lodash를 사용해 공통 설정(all.js)과 모드별 설정(development.js, production.js)을 병합하는 방법, Mocha 테스트 시 NODE_ENV를 설정하는 문제 해결법을 설명합니다.

노드 실행모드에 따른 환경설정

коментарів

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet