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

npm run dev / npm build #1

Closed sfakir closed 7 years ago

sfakir commented 7 years ago

Thank you for the package. Would be really helpful if you would have an example how to use npm run dev --watch or npm build (dist) for further development.

thank you

sfakir commented 7 years ago

Ok, just saw the gulp file (y)

gulp gulp dist

thank you