Link: https://inisiasi-2023.web.app/
- Open a terminal.
- Navigate to the directory where you want to clone the project:
cd path/to/your/directory
- Clone the repository:
Replace
git clone <repository-url>
<repository-url>
with the actual URL of the GitHub repository (e.g.,https://github.com/username/repository.git
). - Navigate into the cloned repository:
cd repository-name
Install the required dependencies for the React app:
npm install
This command installs all the packages listed in the package.json
file.
Start the React app's development server:
npm start
- The app will typically launch in your default browser at
http://localhost:3000
. - If it doesn’t open automatically, you can manually visit the URL in your browser.