This personal webpage on my hobby of origami was made using the React framework.
Here is the live website for the project.
Make sure you have the following installed on your system:
- Node.js – Download Node.js
- Git – Download Git
-
Clone the Repository:
Open a terminal and run the following command to clone the repository to your desired directory:
git clone https://github.com/danielwong0115/321Origami.git
-
Navigate to the Project Directory
cd 321Origami -
Installing Dependencies
Once inside the project directory, install the necessary dependencies by running:
npm install
To start the development server, use:
npm startThis will launch the React app, and you can view it in your browser by navigating to http://localhost:3000