Skip to content

FranzenD/canvas-game

Repository files navigation

Summary

A webpack template for the most basic vanillaJS webapp.

  • Bundles js (with babel transpilation)
  • Bundles all kind of assets (css,images,...)
  • generates an index.html based on the template provided "src/index.html"
  • development and production build scripts

Set-up

  • npm install
  • npm start for build and dev server
  • npm run build:dev for development build
  • npm run build:prod for production build

TODO

better minify

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published