- To run the server for production, run the below command while in the base directory.
npm start
- To run the server for development purposes, run the below command. Note: This utilizes the 'nodemon' package that will automatically restart the server if any changes in the code are detected.
npm devstart