FEP (Front End Practice) is a collection of projects that I create when practicing my front-end skills. It serves as a playground for me to experiment, learn, and enhance my understanding of various aspects of front-end development.
To run the FEP project locally, you can utilize the Live Server plugin in Visual Studio Code (VSCode). The Live Server plugin allows you to easily launch a local development server and view the project in your browser.
Follow the steps below to set up and run the project using Live Server:
-
Clone the repository:
git clone https://github.com/your-username/fep.git -
Open the project in Visual Studio Code:
cd fep code . -
Install the Live Server extension:
In VSCode, go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on macOS) and search for "Live Server". Click on the extension offered by Ritwick Dey and install it.
-
Launch the project with Live Server:
In the VSCode editor, locate the HTML file you want to run (e.g.,
index.html). Right-click on the file and select "Open with Live Server" from the context menu. This will open your default browser with the FEP project running on a local server.
Alternatively, you can use the shortcut Alt+L followed by Alt+O to start Live Server on the currently opened HTML file.
Note: Live Server automatically reloads the page whenever you make changes to the source code, providing a seamless development experience.
Thank you for considering contributing to FEP! However, please note that this project does not accept pull requests. It is intended to serve as a personal practice repository rather than an open-source collaborative project.
FEP is licensed under the MIT License. You are free to use, modify, and distribute the code for personal and commercial purposes. Please refer to the LICENSE file for more details.
If you have any questions, suggestions, or feedback, feel free to reach out to me at andisultan317@gmail.com. I appreciate your interest and support!
Happy coding!