gbowne1 / codebooker

This is a book recommendation app created with React 18.2 and MUI for coders/programmers looking for reccomendations to books on programming/coding to read
MIT License
31 stars 57 forks source link

Add scripts to run the frontend and the backend separately or both at once from the root of the project #205

Open prime1999 opened 10 months ago

prime1999 commented 10 months ago

Is your feature request related to a problem? Please describe. It's not exactly a problem, but it will help others who want to work on a specific part of the project focus on it and also they won't have to be in a specific folder to run the scripts, it will all be done from the root of the project

Describe the solution you'd like All that have to be done is to install concurrently and nodemon to the project and write the scripts to perform the said tasks

gbowne1 commented 10 months ago

Hi and thanks @prime1999

I agree that nodemon needs to be added.

Well, I don't know anything about concurrently package or any of the scripts required.

prime1999 commented 10 months ago

I can actually work on this if permitted to

gbowne1 commented 10 months ago

You're welcome to work on it.