A Basic MERN Starter App Created as a boilerplate for future projects
npm has to be initialised 3 seperate times for the setup of this project
- Once in the main directory which will set up concurrency for running both front and back-end samultaneously.
- Once for the backend to install express + mongoose + other dependencies
- And finally once for the client side.
To start make sure that both the front and backend ports are synced. and finally to begin just type 'npm start' and hopefully everything should work.