Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

web-minecraft

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

About

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

Installation

#Clone repo
git clone https://github.com/michaljaz/web-minecraft
cd web-minecraft

#Install node.js libraries
npm install

Development setup

#Start node server with webpack middleware
npm run dev

Production setup

#Cleaning dist folder
npm run clean

#Building app bundle
npm run build

#Start node server and serve bundle files
npm start

Screenshots

screen6 screen6