Web administration for Smart Tomatoes 🍅.
Globally installed Node.js and npm package manager. You will also need git.
Visit https://nodejs.org/ and follow the installation instructions. This will install both Node.js and npm.
$sudo apt install nodejs
$sudo apt install npm
To install the application use these commands.
npm install
npm run dev
To pack the app for debug server use command
npm run build