Skip to content

Commit 37fc69e

Browse files
Update README.md
1 parent 2ebd8ac commit 37fc69e

File tree

1 file changed

+66
-1
lines changed

1 file changed

+66
-1
lines changed

README.md

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,66 @@
1-
# ReactNeuralEngine
1+
# 🚀 React App Deployment using XAMPP
2+
3+
This repository contains a React-based project ready for deployment using XAMPP's `htdocs`. Follow the steps below to download, extract, and run the app locally.
4+
5+
---
6+
7+
## 📦 Download the Release
8+
9+
1. Go to the [Releases](https://github.com/skynetbee/ReactNeuralEngine/releases/download/13June2025/devenv.zip) section of this repository.
10+
2. Download the latest `.zip` file (e.g., `react-app-release.zip`).
11+
12+
---
13+
14+
## 🧩 Prerequisites
15+
16+
Make sure you have the following installed:
17+
18+
- **[XAMPP](https://www.apachefriends.org/index.html)** (for running a local Apache server)
19+
- A browser (Chrome, Firefox, etc.)
20+
21+
---
22+
23+
## 📁 Set Up with XAMPP
24+
25+
1. Extract the downloaded ZIP file.
26+
2. Rename the folder if needed (e.g., `my-react-app`).
27+
3. Move the entire folder into your XAMPP `htdocs` directory:
28+
```
29+
C:\xampp\htdocs\my-react-app
30+
```
31+
32+
4. Start **Apache** from the XAMPP Control Panel.
33+
34+
---
35+
36+
## 🌐 Run the App
37+
38+
Open your browser and navigate to:
39+
```
40+
http://localhost/my-react-app
41+
```
42+
43+
You should now see your React app running locally through XAMPP.
44+
45+
---
46+
47+
## 🛠 Troubleshooting
48+
49+
- **Blank Page?**
50+
Make sure your `index.html` is inside a `build` folder or directly inside the project root.
51+
52+
- **404 Errors?**
53+
Check if file paths in `index.html` use relative paths (e.g., `./static/...`) instead of absolute paths (`/static/...`).
54+
55+
---
56+
57+
## 📌 Notes
58+
59+
- This deployment method is suitable for testing or demo purposes only.
60+
- For production-grade deployments, consider hosting your React app on [Vercel](https://vercel.com), [Netlify](https://www.netlify.com), or any static hosting provider.
61+
62+
---
63+
64+
## 🤝 License
65+
66+
This project is licensed under the [MIT License](./LICENSE).

0 commit comments

Comments
 (0)