8000 GitHub - lkobylski/canvasgame: HTML Canvas game bolierplate
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lkobylski/canvasgame

Repository files navigation

Simple HTML Canvas Game bolierplate on Webpack 5

Plain webpack 5 with Babel, SASS and lodash on board

Requirements

You only need node.js pre-installed and you’re good to go.

If you don’t want to work with lodash, just remove it from the node packages and the webpack config.

Setup

Install dependencies

$ npm install

Development

Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/

$ npm run start

Deployment

Build the current application

$ npm run build

About

HTML Canvas game bolierplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0