Skip to content

Commit

Permalink
feat: root 디렉토리 package.json 추가
Browse files Browse the repository at this point in the history
프론트엔드(webpack-dev-server), 백엔드(nodemon) 동시에 개발모드 구동
라이브러리 설치, 빌드 명령어 추가
양쪽 패키지 일괄 테스트 명령어 추가
  • Loading branch information
junsushin-dev committed Nov 8, 2020
1 parent f3d49f8 commit 10e8747
Show file tree
Hide file tree
Showing 3 changed files with 497 additions and 1 deletion.
3 changes: 3 additions & 0 deletions frontend/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ module.exports = {
overlay: true,
stats: 'errors-only',
historyApiFallback: true,
proxy: {
'/api': 'http://localhost:3000',
},
},
devtool: 'cheap-eval-source-map',
plugins: [
Expand Down
Loading

0 comments on commit 10e8747

Please sign in to comment.