Frontend project designed for BEExANT MCU WEB template.
- Real-time web edit without compile
- Use ACE code editor to develop
- Support websocket connection
- Support library use
- Export with pako,compress all static files with
gzip
First install dependencies:
npm installTo run in hot module reloading mode:
npm startTo create a production build:
npm run build-prodCreate a webserver to host all file from dist folder.