- npm
- NodeJS
- Git
Follow the steps below to to install the dependencies on ubuntu then run the application.
apt install nodejs npmapt install ufwgit clone https://github.com/utrains/nodejs-test-app.git
cd nodejs-test-appnpm installbefore starting the application, open port 3000 where the node app is running
ufw allow 3000npm run start:devOpen (http://youripaddress:3000) and take a look around.