This project is a simple personal notes app build with react.js
-
Install Node.js
Download Node.js Official then install it
-
Clone repository
git clone git@github.com:MHendriF/personal-notes.git
-
Navigate to working directory personal-notes
cd personal-notes
-
Install pnpm globally for faster react installation by running the following commands:
npm install -g pnpm
-
Install the necessary packages by running the following commands:
pnpm install
-
Running the following command:
pnpm run dev