-
Install Git: Ensure Git is installed on your system. If not, download and install from Git's official site.
-
Clone the Repository: Open a terminal/command prompt and run the following command:
bashCopy code
git clone https://github.com/HarrisonRClark/fm_client_app
For me personally, this is my dev environment:
- Install Visual Studio Code: If not already installed, download and install VS Code from here.
- Install Live Server Extension:
- Open VS Code.
- Go to the Extensions view by clicking on the square icon on the sidebar or pressing
Ctrl+Shift+X
. - Search for "Live Server" and install the extension by Ritwick Dey.
- Open the Project in VS Code: Open the cloned FM Client App folder in Visual Studio Code.
- Start Live Server:
- Right-click on
index.html
. - Select
Open with Live Server
. - This will launch the FM Client App in your default web browser and enable hot reloading.
- Right-click on