{"id":22971291,"url":"https://github.com/r48n34/esp32-simple-react-server","last_synced_at":"2026-05-07T06:37:21.286Z","repository":{"id":205040815,"uuid":"624826284","full_name":"r48n34/esp32-simple-react-server","owner":"r48n34","description":"💻 Hosting a web server with esp32 wrover module with SPIFFS, WiFi, ESPAsyncWebServer and ArduinoJson.","archived":false,"fork":false,"pushed_at":"2024-11-12T06:05:02.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T20:44:43.269Z","etag":null,"topics":["arduino","esp32","react","server","wifi"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r48n34.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-07T10:55:38.000Z","updated_at":"2024-11-12T06:05:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"83715e34-1f14-44d2-9b22-944e550d593e","html_url":"https://github.com/r48n34/esp32-simple-react-server","commit_stats":null,"previous_names":["r48n34/esp32-simple-react-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r48n34%2Fesp32-simple-react-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r48n34%2Fesp32-simple-react-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r48n34%2Fesp32-simple-react-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r48n34%2Fesp32-simple-react-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r48n34","download_url":"https://codeload.github.com/r48n34/esp32-simple-react-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246763897,"owners_count":20829800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","esp32","react","server","wifi"],"created_at":"2024-12-14T22:16:48.848Z","updated_at":"2026-05-07T06:37:16.256Z","avatar_url":"https://github.com/r48n34.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esp32-simple-react-server\n\nHosting a web server with react vite with esp32 wrover module with SPIFFS, WiFi, ESPAsyncWebServer and ArduinoJson.\n\n## Hardware\n\nModule: Teyleten Robot ESP32 30P  \nCan be obtain in amazon for around 5.6 USD each.\n\n![ESP32](https://m.media-amazon.com/images/I/71T9th3I59L._AC_SL1500_.jpg)\n\n## Setup\n\n0. Clone the project with:\n```bash\ngit clone https://github.com/r48n34/esp32-simple-react-server.git\n```\n\n1. Install the following stuff in your Arduino-IDE Library:    \n\n- `arduino-esp32fs-plugin` For SPIFFS  \nhttps://github.com/me-no-dev/arduino-esp32fs-plugin  \n\n- `ESPAsyncWebServer` For Hosting a simple web server  \nhttps://github.com/lacamera/ESPAsyncWebServer  \n\n- `ArduinoJson` For respond JSON  \nhttps://arduinojson.org/?utm_source=meta\u0026utm_medium=library.properties  \n\n- `HTTPClient` For Fetching  \nhttps://github.com/amcewen/HttpClient  \n\n2. Open the `WiFiCredentials.h` and change the `WIFI_SSID` and `WIFI_PASSWORD` to your local wifi informations.  \n\n3. Install `SPIFFS.h` for the esp32 and upload the website to the SP32 Filesystem.    \nhttps://github.com/me-no-dev/arduino-esp32fs-plugin  \n\n4. Verify the code from `esp32-react.ino` with adruino IDE and complie in the IDE.\n\n## File structure\n```\n.\n└── esp32-react/\n    ├── data/ (SPIFFS folder for feeding HTML)\n    │   └── react/\n    │       └── Stuff that generated with `yarn build` in `src`\n    ├── reactWeb/ (React project)\n    │   ├── public\n    │   ├── src\n    │   │   └── ...\n    │   ├── index.html\n    │   ├── package.json\n    │   ├── tsconfig.json\n    │   ├── tsconfig.node.json\n    │   └── vite.config.ts\n    ├── esp32-react.ino   (Main program)\n    └── WiFiCredentials.h (Input wifi ssid and password)\n```\n\n## References\n1. ESP32 Filesystem Uploader  \nhttps://randomnerdtutorials.com/esp32-web-server-spiffs-spi-flash-file-system/  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr48n34%2Fesp32-simple-react-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr48n34%2Fesp32-simple-react-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr48n34%2Fesp32-simple-react-server/lists"}