Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/runeharlyk/esp32-rapid-development-template

A skeleton project for rapid development using the ESP32 board
https://github.com/runeharlyk/esp32-rapid-development-template

Last synced: 30 days ago
JSON representation

A skeleton project for rapid development using the ESP32 board

Awesome Lists containing this project

README

        

# 🚀 ESP32-rapid-development-template

A skeleton project for rapid development using the ESP32 board

## Features

### ESP32 project

- AsyncWebserver - SPA hosting
- Websocket - Realtime communication

### 📲Web application

- Svelte
- Typescript
- Tailwind CSS
- ESLint
- Prettier
- Initial build size < 13 kb

## Getting started

1. Fork the project

1. Clone and open the new project

```sh
git clone https://github.com/{USERNAME}/ESP32-rapid-development-template
```

1. Install dependencies

```sh
cd app
npm install
```

## Usage

### Developing

1. Run the app

```sh
npm run dev
```

## Building

1. Build the app

```sh
npm run build
```

1. Upload Filesystem Image using platformIO