Skip to content

자주하는 웹팩 설정, 추후 수정되거나 추가될 수 있음.

Notifications You must be signed in to change notification settings

adelakim5/bolierplate-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boilerplate-webpack

Installation

  1. Add this repository as a remote to your project, and check your remotes.
git remote add webpack https://github.com/adelakim5/bolierplate-webpack.git
git remote -v 
  1. Pull the source code into your project.
git pull webpack master
  1. Install all the packages written on package.json.
npm install
  1. Test it.
  • If you want to open your web-page quickly without any specific server, you can use webpack-dev-server.
  • You can load your web-page by this command below.
npm run dev
  • If you want to open your web-page with specific server(e.g. express), you can use webpack-dev-middleware.
  • You can load your web-page by this command below.
npm start

About

자주하는 웹팩 설정, 추후 수정되거나 추가될 수 있음.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published