Membangun Aplikasi Catatan Menggunakan React
-
Copy this Repo;
git clone https://github.com/Id-Yuu/notes-react.git
-
install with
bun
ornpm
> with bun bun install > with npm npm install
-
develop local
> with bun bun run dev > with npm npm run dev