After you fork this repo, you will need to clone the repo to your local machine and install node modules into the frontend folder and the FixTheCRUD folder.
- Open your command line in visual studio code.
- Navigate to the FixTheCRUD folder if you are not already in it.
- type
npm install
into the command line/terminal.
- type
- Navigate to the frontend folder
- type
npm install
into the command line/terminal.
- type
Start the frontend server first from port 3000
(npm start
) and the node server second (node server.js
). This is to ensure that you will not need to change the port in the project.