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 [email protected]:MHendriF/personal-notes-spa.git
-
Navigate to working directory personal-notes-spa
cd personal-notes-spa
-
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