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.
#Clone repo
git clone https://github.com/michaljaz/web-minecraft
cd web-minecraft
#Install node.js libraries
npm install
#Coffeescript transpilation (In TERMINAL 1)
npm run coffee
#Start node server with webpack middleware (In TERMINAL 2)
npm run dev
#Cleaning dist folder
npm run clean
#Building app bundle
npm run build
#Start node server and serve bundle files
npm start

