Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use nodemon for start script #140

Open
DevanB opened this issue Jan 13, 2018 · 1 comment
Open

Use nodemon for start script #140

DevanB opened this issue Jan 13, 2018 · 1 comment

Comments

@DevanB
Copy link
Member

DevanB commented Jan 13, 2018

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
Copy link

I can take this @DevanB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants