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 install
To run in hot module reloading mode:
npm start
To create a production build:
npm run build-prod
Create a webserver to host all file from dist
folder.