Numax-cz / ESP32WebServerTemplate

PlatformIO webserver template with Typescript files for ESP32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32WebServerTemplate

ESP32WebServerTemplate is a template project for developing web server applications using ESP32 microcontroller and Arduino framework. It provides a simple and easy-to-use framework for building web applications with TypeScript.


Instalation

What do you need?


  1. Use this template

  2. Clone the repository

  3. Install the packages

    npm install
  4. Set up PlatformIO config if you need

  5. Configure WiFi in src/main.cpp

    const char *SSID = "";
    const char *PASSWORD = "";

Upload files to board

  1. Run build script

    npm run build

    After you run the build script, your data directory has been created.

    Build

  2. Build Filesystem Image

    Build

  3. Upload Filesystem Image

    Build

About

PlatformIO webserver template with Typescript files for ESP32

License:MIT License


Languages

Language:JavaScript 52.0%Language:C++ 35.1%Language:HTML 9.8%Language:TypeScript 1.7%Language:CSS 1.5%