Skip to content

dk-plus/dyna-webpack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dyna-webpack-template

this is a webpack-project-template of dyna.

usage

  • npm run start: run the developing-server on http://localhost:3000
  • npm run dev: developing mode
  • npm run prod: product mode

step

  1. open two shell
  2. run npm run start first, then run npm run dev.