Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/runeharlyk/esp32-rapid-development-template
- Owner: runeharlyk
- License: mit
- Created: 2023-06-17T12:57:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T19:54:20.000Z (2 months ago)
- Last Synced: 2024-10-26T06:41:05.732Z (2 months ago)
- Language: C
- Size: 930 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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