Skip to content

Submission Belajar Membuat Aplikasi Web dengan React

Notifications You must be signed in to change notification settings

MHendriF/personal-notes

Repository files navigation

Personal Notes

This project is a simple personal notes app build with react.js

How To Install

  1. Install Node.js

    Download Node.js Official then install it

  2. Clone repository

    git clone git@github.com:MHendriF/personal-notes.git
  3. Navigate to working directory personal-notes

    cd personal-notes
  4. Install pnpm globally for faster react installation by running the following commands:

    npm install -g pnpm
  5. Install the necessary packages by running the following commands:

    pnpm install

Usage

  1. Running the following command:

    pnpm run dev