{"id":19188266,"url":"https://github.com/mathdroid/micro-exercises","last_synced_at":"2025-02-23T03:29:09.105Z","repository":{"id":67669593,"uuid":"323861009","full_name":"mathdroid/micro-exercises","owner":"mathdroid","description":null,"archived":false,"fork":false,"pushed_at":"2020-12-23T09:38:35.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-04T06:13:45.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mathdroid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-23T09:37:07.000Z","updated_at":"2020-12-23T14:22:55.000Z","dependencies_parsed_at":"2023-02-25T16:01:17.742Z","dependency_job_id":null,"html_url":"https://github.com/mathdroid/micro-exercises","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathdroid%2Fmicro-exercises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathdroid%2Fmicro-exercises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathdroid%2Fmicro-exercises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathdroid%2Fmicro-exercises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathdroid","download_url":"https://codeload.github.com/mathdroid/micro-exercises/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240265400,"owners_count":19774069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T11:24:13.157Z","updated_at":"2025-02-23T03:29:09.063Z","avatar_url":"https://github.com/mathdroid.png","language":"JavaScript","readme":"1. Buat folder kosong\n\n2. masuk folder tsb, ketik\n\n```sh\n$ npm init -y\n```\n\nuntuk menginisialisasi sebuah project Node.js kosong. Akan muncul `package.json` dengan value default.\n\n3. Install [Micro](https://github.com/vercel/micro)\n\n```sh\n$ npm i micro\n$ npm i -D micro-dev\n```\n\n(`package.json` akan diupdate dengan dependency baru, akan ada folder `node_modules/` di project root)\n\n4. copy `index.js` dari dokumentasi Micro, copy perubahan di `package.json` bagian `scripts` dari dokumentasi Micro.\n\n```json\n...\n\"scripts\": {\n    \"start\": \"micro\",\n    \"dev\": \"micro-dev\",\n    ...\n```\n\n5. Jalankan\n\n```sh\n$ npm start\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathdroid%2Fmicro-exercises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathdroid%2Fmicro-exercises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathdroid%2Fmicro-exercises/lists"}