Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 337 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 337 Bytes

notes-react

Membangun Aplikasi Catatan Menggunakan React

Usage

  • Copy this Repo;

    git clone https://github.com/Id-Yuu/notes-react.git
    
  • install with bun or npm

    > with bun
    bun install
    
    > with npm
    npm install
    
  • develop local

    > with bun
    bun run dev
    
    > with npm
    npm run dev