Clone
Compilation & Development
Luc edited this page 2022-06-14 12:00:50 +08:00

Setup development tools

1 - Install current nodejs LTS (currently using v14.16.1)

node -v
v14.16.1

npm -v
6.14.12

2 - Download all necessary packages in ESP3D-Configurator directory (repository root)

npm install

Start dev server

in ESP3D-Configurator directory (repository root)

npm run dev

will open http://localhost:8088

Back end query server is localhost:8080

Build index.html in /build folder

in ESP3D-Configurator directory (repository root)

npm run build

Will generate production version index.html