-
Open the project using VS Code
-
Make sure you have the recommended extensions for Java installed
-
Start the server from
App.java. In VS Code you can use the play button at the top right of the editor to launch the app fromApp.java.
- Open a new terminal and navigate to the
add-infolder.cd add-in - Install dependencies:
npm i
- Run the following command to start the add in.
npm run start
- A new Excel workbook should open automatically and you should be able to access the task plane for the add-in. Please refer to the official documentation if you receive errors.
To run the project with docker, use the following command:
docker-compose up -dCurrently, only the backend API is started with docker.