DPr00f / ServerCrafter

Easy way to create game servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ServerCrafter (WIP)

Database

To install the database go into sequelize (cd sequelize) folder and type sequelize db:migrate

Start development

Install gulp and bower globally

sudo npm install -g gulp bower

Install all dependencies

npm install && bower install

Most likely npm install will require admin permissions

In that case use sudo npm install

Build and run

npm start

From npm start onwards, the js, jsx will make the client side to compile and/or the server to restart.

About

Easy way to create game servers


Languages

Language:JavaScript 48.9%Language:CSS 34.5%Language:HTML 16.6%