IN DEVELOPMENT
You can either:
-
Use the following command to start the client and server from the root directory concurrently:
npm run dev
-
Open a new terminal and from the root directory and run:
cd server && npm run dev
Once the server is running, open another terminal window and run:cd client && npm start