NREL / floorspace.js

Other
66 stars 35 forks source link

Update Node version #424

Closed macumber closed 6 months ago

macumber commented 6 months ago

Update Node version

To run in dev

yarn wp:dev

uses webpack-dev-server instead of own dev server

To run in prod

yarn wp:build

To test against production build, run

node server.js

and go to the http://localhost:4449