Super App

this is a simple app to demonstrate the power of node js to my trainee.

Installation

Root folder

# root folder
npm install

# client folder
cd client
npm install

# Run app
npm run startall

Tools

nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.