Remove puzzles index.html
article thumbnail

How to Build a Multiplayer (.io) Web Game, Part 1

Victor Zhou

Client Entrypoints : index.html and index.js. html/ index.html index.js. css' , } ) , new HtmlWebpackPlugin ( { filename : 'index.html' , template : 'src/client/html/index.html' , } ) , ] , } ; A few key lines are highlighted above: src/client/index.js Ours will be pretty simple: index.html <! src/ client/ css/.

59