This awesome notepad is built using Nest.js and React.js and is deployed on Heroku.
Install dependencies of client and server modules
npm i
Start local development server
npm start
Create production build
npm run build
Run production build
npm run start:prod