Giter Club home page Giter Club logo

Comments (11)

krtr avatar krtr commented on July 18, 2024

I'm taking this

from agar.io-clone.

krtr avatar krtr commented on July 18, 2024

I'm creating bin folder and putting there all required stuff idk if it fits to everyone

from agar.io-clone.

krtr avatar krtr commented on July 18, 2024

to build everything you need to:

  • npm install gulp -g (if not installed yet)
  • npm install
  • gulp build
  • gulp run

from agar.io-clone.

krtr avatar krtr commented on July 18, 2024

Ok I added 'run' task to 'watch' task so gulp watch gives you running server with auto restart and file compilation when files will be changed.

from agar.io-clone.

huytd avatar huytd commented on July 18, 2024

We can put gulp, gulp-cli as the dependencies in package.json, and gulp build or gulp run in postinstall section, so we only have to run npm install, npm start and everything will be setting up

from agar.io-clone.

krtr avatar krtr commented on July 18, 2024

ok
npm run postinstall runs bower install and gulp build
npm start runs gulp run
npm run watch runs gulp watch
also I have fixed test script if you dont have jshint installed globally

from agar.io-clone.

huytd avatar huytd commented on July 18, 2024

The next step will be convert all the code to ES6 :D

from agar.io-clone.

krtr avatar krtr commented on July 18, 2024

We need to discuss how to do this

from agar.io-clone.

danprince avatar danprince commented on July 18, 2024

Would cast a vote for Babel + Browserify, that way we can start to modularise the frontend code at the same time.

from agar.io-clone.

krtr avatar krtr commented on July 18, 2024

I'm not sure if it was good idea to merge my build system to master, rewrite to es6 would take some time and I can't do it alone we should have other branch in main repo for this

from agar.io-clone.

krtr avatar krtr commented on July 18, 2024

Also I'll create issue for this rewrite

from agar.io-clone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.