Web-based tool to assess the building demand flexibility of small and medium sized buildings enabling customers to estimate their demand flexibility easily and determine how to reduce their electricity usage in response to on-peak expensive electricity prices.
Install Node.js 18.
NOTE: Scripts are directory dependent. Certain scripts will not work in other directories and are reliant on the package.json
file in the directory you are in.
Client Directory: Runs the client in the development mode.
Open http://localhost:3000 to view it in your browser.
Server Directory: Runs the server in the development mode.
Open http://localhost:8080 to view it in your browser.
Installs all packages listed in the package.json
file in the directory you are in. Make sure to install for the home
, client
, and server
directories.
Formats all code using Prettier. Run this in the home
directory to format all files.
In VS Code, you can install the plugin Prettier - Code formatter to format code automatically when saving a file.