MarvinHawkins Posted June 10, 2014 Share Posted June 10, 2014 Hello, I need some help on two different areas. I have a group project, and I'm interested in using Phaser as my solution. I'm struggling with setting up a local web server. If I'm working with multiple collaborators, how can I share the project with them? Can I use Dropbox or git hub as my web server? Also, If I'm using a tool like Github, can anyone chime in on how I should set up the project? Thanks in advance for any insights you can provide. Link to comment Share on other sites More sharing options...
P.Uri.Tanner Posted June 10, 2014 Share Posted June 10, 2014 Setting up a server for testing and developing can be quite a big topic. Here is the easy solution:If you are using nodejs i recommend:npm install http-server -gYou can then start a simple server in your current folder with:http-serverOn windows and don't want to mingle with the command line? There is also a very portable server:https://code.google.com/p/mongoose/ You can use dropbox for your hosting needs. Just copy your project to the public dropbox folder -> Right Click -> Share public link. If you want to dig deeper into production environments i recommend reading up on GRUNT ( http://gruntjs.com/getting-started ) Codevinsky has created a very neat yeoman boilerplate: https://github.com/codevinsky/generator-phaser-official Link to comment Share on other sites More sharing options...
MarvinHawkins Posted June 19, 2014 Author Share Posted June 19, 2014 Thanks! I actually decided to use Easel.JS It seemed easier to ramp up with on a short cycle. i'll definitely give those links a look though. Link to comment Share on other sites More sharing options...
Kobaltic Posted June 20, 2014 Share Posted June 20, 2014 Everyone misses the best one. If you get serious about a team you need http://www.perforce.com/ and it is free up to 20 uses and puts your art work under source control as well. Link to comment Share on other sites More sharing options...
Recommended Posts