import chalk from 'chalk'; const num = 1 + 1; console.log(`1 + 1 = ${num}`); console.log(chalk.green('Starting Node App...'));