Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 652 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 652 Bytes

Fork This Repo

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.

  1. Open your command line in visual studio code.
  2. Navigate to the FixTheCRUD folder if you are not already in it.
    • type npm install into the command line/terminal.
  3. Navigate to the frontend folder
    • type npm install into the command line/terminal.

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.