# Get the latest code from github
git clone https://github.com/balrampariyarath/memoui.git
# Go to the project directory
cd memoui/
# Install NPM dependencies
npm install
# Run Dev Server
npm run dev
- Home Page - http://localhost:8080/ - Display All Memos
- Add Memo - http://localhost:8080/addMemo - Add New Memo
- Set CSRF cookie