/rentACarReactFrontend

Rent A Car project Frontend React

Primary LanguageJavaScript

Getting Started

Installation

  1. Clone the repo:

    git clone https://github.com/akifz21/rentACarReactFrontend.git
  2. Open the folder with Visual Studio Code

  3. Run the following commands:

    npm install

    then

    npm start
  4. Client is ready and running!

  5. NOTE: Client must run on port https://localhost:3000/, Server allowing the cors to port https://localhost:3000/. Or Open the Program.cs file in the folder server/WebApi/ and you can allow the cors to your current running port.