This is the Web UI for OpenEVSE WiFi module. It is intended to be served via the ESP8266, ESP32 or the Node.JS
npm install
npm run build
To allow for easier development of the GUI there is a development server built in to Webpack. This can be configured to pass on calls to the backend to a real device or the simulator.
You can configure the dev server using dotenv. An example .env
file can be found here.
OPENEVSE_ENDPOINT
- URL of the OpenEVSE to test against.
DEV_HOST
- By default the dev server is only available to localhost. If you want to expose the server to the local network then set this to the IP address or hostname of the external network interface.
To start the dev server use the command:
npm start