Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 434 Bytes

File metadata and controls

15 lines (8 loc) · 434 Bytes

Voting Application

This repository contains all the source for the voting application found at webpack.js.org/vote.

Development

All development of this application should happen here. Upon release, this package is deployed as an npm package and then picked up by the other repository.

  • npm start to start the webpack-dev-server
  • npm run build to generate the /dist directory