trinile / graphql-mongodb-backend-example

Basic backend boilerplate using graphql mongodb express webpack
1 stars 0 forks source link

gulp and webpack? #2

Open Rajan opened 7 years ago

Rajan commented 7 years ago

I think it can do without gulp if webpack is being used. isn't it? Here's an example of webpack without gulp. https://github.com/icebob/vue-express-mongo-boilerplate

trinile commented 7 years ago

True. I've seen with both and without. This was more to work with gulp a bit more than anything. Would do a version with just npm commands.