/esp8266-react-boilerplate

very simple boilerplate for hosting a webserver(esp8266) serving a reactjs app.

Primary LanguageJavaScript

How to use

Dependencies

  • ESPAsyncWebServer
  • ESPAsyncTCP

1 - Just code your react app normally on front-end directory and run:

$ npm run build

2 - Upload data to your ESP8266 using Arduino IDE.

3 - Run your sketch