- React
- TypeScript
- styled components
To run the React app, make sure you have the following software installed on your machine:
- Node.js (v14.0.0 or later)
- npm (v6.0.0 or later)
Follow these steps to install and set up the React app:
-
Clone the repository to your local machine:
git clone [email protected]:justynalem/boucning-ball-simulation.git
-
Navigate to the project's root directory:
cd <project-directory>
-
Install the project dependencies:
npm install
To start the development server and run the React app locally, use the following command:
npm run dev
This command will start the development server and open your default browser with the app running at http://localhost:5173
.
To build the React app for production, use the following command:
npm run build
This will create a dist directory with the compiled assets.