This is a repository for uploading and searching knowledge resources relating to Test Driven Development. It is a web application built using the MERN stack.
If it is the first time running the project, run the commands in the root directory:
- npm run prepare-backend
- npm run prepare-react
Then, in one terminal run this command in the root directory of the project:
- npm start
In another terminal, run these commands (in the client directory):
- cd client
- npm start
Open the frontend of the app in the browser: http://localhost:3000/
Open the backend of the app in the browser: http://localhost:8080/
The page will reload if you make edits.
You will also see any lint errors in the console.