Skip to content

Linyuyu/webpack-es6-startkit

 
 

Repository files navigation

webpack ES6 startkit

A small project that shows how to use webpack for client-side development in ECMAScript 6(ES2015).

Installation

  • Install node
  • run npm install or npm i

Usage

  • npm start and open http://localhost:3000 in a browser.(now will auto open the browser)
  • Modify or add files in src folder. index.js is the entry point.
  • npm run build to compile ./src file to ./build.

About

webpack-es6-startkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.0%
  • HTML 10.0%