-
-
Notifications
You must be signed in to change notification settings - Fork 5
Compilation & Development
Luc edited this page Jun 14, 2022
·
2 revisions
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
in ESP3D-Configurator directory (repository root)
npm run dev
will open http://localhost:8088
Back end query server is localhost:8080
in ESP3D-Configurator directory (repository root)
npm run build
Will generate production version index.html