riebel / socketio-es6-starter

ES6/ES2015 chat example using node.js, socket.io, gulp, webpack (for client) and babel (for server).
https://socketio-es6-starter.herokuapp.com/
79 stars 20 forks source link

How the app is started #2

Open antzshrek opened 6 years ago

antzshrek commented 6 years ago

I have tried starting this app with npm start and nodemon, but none works. How do you start the app?

riebel commented 6 years ago

It has been a while, but I think you have to start it with the gulp run task.

antzshrek commented 6 years ago

can you add me as the collaborator of the project, will love to work more on the src rather than the dist part. I don't know if that's cool.

riebel commented 6 years ago

just send me a pull request.

antzshrek commented 6 years ago

I've already tried that earlier, but got this

remote: Permission to riebel/socketio-es6-starter.git denied to antzshrek.
fatal: unable to access 'https://github.com/riebel/socketio-es6-starter.git/': The requested URL returned error: 403
riebel commented 6 years ago

You have to create a pull request from your fork. see https://help.github.com/articles/creating-a-pull-request-from-a-fork/