Snakey.io implementation files
-
Download & install Node.js
-
Download snakey.io code or clone repository.
git clone [email protected]:gkapkowski/snakey.io.git cd snakey.io/
-
Install dependencies
npm install package.json
-
Build Package
gulp
-
Start server (default port: 5000)
npm start
or
node dist/server/server.js [PORT]
-
Download snakey.io code (Download) or clone repository.
git clone [email protected]:gkapkowski/snakey.io.git
It's recommended to run snake server in virtual enviroment. Read more at http://www.virtualenv.org/en/latest/
-
go to example django snake dir
cd snakey.io/examples/django
-
Install requirements:
pip install requirements.txt
-
Run server (default port 8000)
gunicorn example.wsgi:application
-
Download & install Node.js from http://nodejs.org/download/
-
Go to example snake dir
cd snakey.io/examples/node/
-
Install dependencies
npm install
-
Run server (default port 8001)
npm start
or
node snake.js