Skip to content

Compilation & Development

Luc edited this page Jun 14, 2022 · 2 revisions

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

Clone this wiki locally