Skip to content

jaypitroda12/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Awesome Notepad

This awesome notepad is built using Nest.js and React.js and is deployed on Heroku.

Local Setup

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