Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 494 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 494 Bytes

Belajar Fundamental Front-End Web Development

Preview

Submission Project

Get Started

  1. Clone Repository
git clone https://github.com/dimmasyusuf/repo-finder.git
  1. Open Directory
cd repo-finder
  1. Install Packages
npm install
  1. Start Server
npm run start-dev

Build for Production

  • Build
npm run build