Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 271 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 271 Bytes

React webpack

webpack configuration template project

  • Clone Repository
  • Run command "npm install"
  • Serve Project with webpack development server using command "npm run dev"
  • Build Project for production use "npm run build"

Thanks for using this template.