ESPConnect
[Deprecated] Simple & Easy WiFi Manager with Captive Portal for ESP8266 / ESP32
File Explorer
Download Latest Version (.zip)- dep-install.sh
- logo.png
- preview.png
- AutoConnect.ino
- favicon.png
- index.html
- setupTypeScript.js
- icon-left-font.png
- icon-left-font.svg
- icon.png
- icon.svg
- info.txt
- Connect.svelte
- SelectScan.svelte
- Status.svelte
- App.svelte
- main.js
- .gitignore
- compress.js
- package-lock.json
- package.json
- postcss.config.js
- README.md
- rollup.config.js
- ESPConnect.cpp
- ESPConnect.h
- espconnect_webpage.h
- .gitattributes
- .gitignore
- keywords.txt
- library.json
- library.properties
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ayushsharma82/ESPConnect
Downloads the entire project code from GitHub to your computer.
cd ESPConnect
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd portal
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
