1.1.2 • Published 3 years ago

web-minecraft-fork v1.1.2

Weekly downloads
169
License
MIT
Repository
-
Last release
3 years ago

web-minecraft

Join the chat at https://gitter.im/web-minecraft/community Discord

About

Web-minecraft is minecraft client written in Javascript. From web browser this client connects to node.js server and then to real minecraft server, so you can play minecraft in the browser.

Instructions

git clone https://github.com/michaljaz/web-minecraft
cd web-minecraft
npm i
#Only show whats wrong
npm run lint

#Fix what is wrong
npm run lint:fix
#Start node server with webpack middleware
npm run dev
#Cleaning dist folder (old game bundles)
npm run clean

#Building app bundle
npm run build

#Start node server and serve bundle files
npm start

Screenshots