To run the tests you should first install the project requirements.
If you do not have this installed, you can do so by running the following commands.
sudo apt-get update
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install npm
npm install -g npmFor Windows installation you can follow the Node documentation and npm Documentation
Go to the src/api/api.js and set up the baseUrl to your API's server url.
Once that is done you could use our own mailing.js template file.
npm installThe server port is set in vue.config.js you can change it to which ever you will use. The default is 9090.
npm run servenpm run buildnpm run lint