graphql-boilerplates / react-fullstack-graphql

Starter projects for fullstack applications based on React & GraphQL.
1.44k stars 323 forks source link

Use nodemon for start script #140

Open DevanB opened 6 years ago

DevanB commented 6 years ago

I've noticed that in the front-end related graphql-boilerplates, we are asking users to start the front-end application and open another tab to start the server.

I propose we change the scripts in these repositories to use nodemon and start both the front-end and server applications through the start script. In addition, we could create a start:server and start:application (or start:app, start:frontend) scripts to start the individual pieces.

This affords the user the ability to start quicker, and the server to still pick up changes on save.

vivek12345 commented 6 years ago

I can take this @DevanB