{"id":28819576,"url":"https://github.com/azmag/mag-vite-react-template","last_synced_at":"2026-05-07T18:14:28.136Z","repository":{"id":162311273,"uuid":"631076712","full_name":"AZMAG/mag-vite-react-template","owner":"AZMAG","description":"This repo is a Maricopa Associations of Governments (MAG) template to create a react project using Vite.","archived":false,"fork":false,"pushed_at":"2025-02-28T18:52:17.000Z","size":1409,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T22:36:04.700Z","etag":null,"topics":["esri-javascript-api","mag","react","scaffolding","template-project","template-repository","vite"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AZMAG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-04-21T21:44:46.000Z","updated_at":"2025-02-28T18:52:20.000Z","dependencies_parsed_at":"2023-05-17T17:30:58.972Z","dependency_job_id":"7faad382-6f6c-4ee0-ad9f-1c071c2b8555","html_url":"https://github.com/AZMAG/mag-vite-react-template","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/AZMAG/mag-vite-react-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AZMAG%2Fmag-vite-react-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AZMAG%2Fmag-vite-react-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AZMAG%2Fmag-vite-react-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AZMAG%2Fmag-vite-react-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AZMAG","download_url":"https://codeload.github.com/AZMAG/mag-vite-react-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AZMAG%2Fmag-vite-react-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260625270,"owners_count":23038172,"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":["esri-javascript-api","mag","react","scaffolding","template-project","template-repository","vite"],"created_at":"2025-06-18T20:06:35.504Z","updated_at":"2026-05-07T18:14:28.131Z","avatar_url":"https://github.com/AZMAG.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mag-vite-react-template\n\n## MAG Vite React Template\n\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/AZMAG/mag-vite-react-template?\u0026logo=github\u0026style=flat-square)](https://github.com/AZMAG/mag-vite-react-template/releases)\n![GitHub Release Date](https://img.shields.io/github/release-date/AZMAG/mag-vite-react-template?\u0026logo=github\u0026style=flat-square)\n![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/AZMAG/mag-vite-react-template?style=flat-square)\n![semver](https://img.shields.io/badge/semver-2.0.0-blue?style=flat-square)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)\n\n## :key: Keywords\n\n`mag` `vite` `react` `esri-javascript-api` `template`\n\n## What is the MAG Vite React Template?\n\nThis project provides a basic dev setup intended for quickly setting up a MAG project that uses Vite and React. It contains all of the necessary dependencies and configuration to get started with a new project.\n\n## How to use this template\n\n### Installation\n\nIf you haven not already installed degit, install it globally with npm:\n\n```bash\nnpm install -g degit\n```\n\n### Getting Started\n\nThe simplest use of degit is to download the master branch of this repo from GitHub to your current working directory:\n\n#### Create a new folder for the project\n\nIf the second argument is omitted, the repo will be cloned to the current directory.\n\n```bash\nFor example:\ndegit user/repo my-new-project\n```\n\n```bash\ndegit AZMAG/mag-vite-react-template [my-new-project]\n```\n\nor\n\n```bash\ndegit https://github.com/AZMAG/mag-vite-react-template/[my-new-project]\n```\n\n## Version\n\n### version | 1.2.1\n\n- #### Updated | 2024-09-13\n\n- #### Created | 2024-09-13\n\nReleases will be numbered with the following format: **`\u003cmajor\u003e.\u003cminor\u003e.\u003cpatch\u003e`**\n\nAnd constructed with the following guidelines:\n\n1. **MAJOR** version when you make incompatible API changes **bumps the major** resets minor and patch\n2. **MINOR** version when you add functionality in a backwards-compatible manner **bumps the minor** resets patch\n3. **PATCH** version when you make backwards-compatible bug fixes and misc changes **bumps only the patch**\n\n## Issues Labels\n\n### git-labelmaker\n\nEdit GitHub labels from the command line using `git-labelmaker`. You can easily add or remove GitHub labels, making it easier for your projects to adhere to a labelling scheme.\n\nFor more information - [git-labelmaker](https://github.com/himynameisdave/git-labelmaker)\n\nRun the command and follow the prompts - `git-labelmaker`\n\n#### Labels\n\n- [github-labels.json](github-labels.json)\n\n## Technologies\n\nA list of technologies used within the project:\n\n\u003ca href=\"https://developers.arcgis.com/javascript/latest/\" title=\"ArcGIS API for JavaScript\"\u003e\u003cimg src=\"https://github.com/AZMAG/mag-vite-react-template/blob/main/icons/esri.svg\" alt=\"JavaScript\" width=\"31px\" height=\"31px\"\u003e\u003c/a\u003e\n\u003ca href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript\" title=\"JavaScript\"\u003e\u003cimg src=\"https://github.com/get-icon/geticon/raw/master/icons/javascript.svg\" alt=\"JavaScript\" width=\"31px\" height=\"31px\"\u003e\u003c/a\u003e\n\u003ca href=\"https://tc39.es/ecma262/\" title=\"ECMAScript 6\"\u003e\u003cimg src=\"https://github.com/get-icon/geticon/raw/master/icons/es6.svg\" alt=\"ECMAScript 6\" width=\"31px\" height=\"31px\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.w3.org/TR/html5/\" title=\"HTML5\"\u003e\u003cimg src=\"https://github.com/get-icon/geticon/raw/master/icons/html-5.svg\" alt=\"HTML5\" width=\"31px\" height=\"31px\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.w3.org/TR/CSS/\" title=\"CSS3\"\u003e\u003cimg src=\"https://github.com/get-icon/geticon/raw/master/icons/css-3.svg\" alt=\"CSS3\" width=\"31px\" height=\"31px\"\u003e\u003c/a\u003e\n\u003ca href=\"https://reactjs.org/\" title=\"React\"\u003e\u003cimg src=\"https://github.com/get-icon/geticon/raw/master/icons/react.svg\" alt=\"React\" width=\"31px\" height=\"31px\"\u003e\u003c/a\u003e\n\u003ca href=\"https://tailwindcss.com/\" title=\"Tailwind CSS\"\u003e\u003cimg src=\"https://github.com/get-icon/geticon/raw/master/icons/tailwindcss-icon.svg\" alt=\"Tailwind CSS\" width=\"31px\" height=\"31px\"\u003e\u003c/a\u003e\n\u003ca href=\"https://vitejs.dev/\" title=\"Vite\"\u003e\u003cimg src=\"https://github.com/get-icon/geticon/raw/master/icons/vite.svg\" alt=\"Vite\" width=\"31px\" height=\"31px\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.telerik.com/kendo-react-ui/components/\" title=\"KendoReact\"\u003e\u003cimg src=\"https://github.com/get-icon/geticon/raw/master/icons/progress.svg\" alt=\"KendoReact\" width=\"31px\" height=\"31px\"\u003e\u003c/a\u003e\n\u003ca href=\"https://fontawesome.com/\" title=\"Font-Awesome\"\u003e\u003cimg src=\"https://github.com/get-icon/geticon/raw/master/icons/font-awesome.svg\" alt=\"Font-Awesome\" width=\"31px\" height=\"31px\"\u003e\u003c/a\u003e\n\u003ca href=\"https://eslint.org/\" title=\"ESLint\"\u003e\u003cimg src=\"https://github.com/get-icon/geticon/raw/master/icons/eslint.svg\" alt=\"ESLint\" width=\"31px\" height=\"31px\"\u003e\u003c/a\u003e\n\u003ca href=\"https://prettier.io/\" title=\"Prettier\"\u003e\u003cimg src=\"https://github.com/get-icon/geticon/raw/master/icons/prettier.svg\" alt=\"Prettier\" width=\"31px\" height=\"31px\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/\" title=\"npm\"\u003e\u003cimg src=\"https://github.com/get-icon/geticon/raw/master/icons/npm.svg\" alt=\"npm\" width=\"31px\" height=\"31px\"\u003e\u003c/a\u003e\n\u003ca href=\"https://git-scm.com/\" title=\"Git\"\u003e\u003cimg src=\"https://github.com/get-icon/geticon/raw/master/icons/git-icon.svg\" alt=\"Git\" width=\"31px\" height=\"31px\"\u003e\u003c/a\u003e\n\u003ca href=\"https://code.visualstudio.com/\" title=\"vscode\"\u003e\u003cimg src=\"https://github.com/get-icon/geticon/raw/master/icons/visual-studio-code.svg\" alt=\"vscode\" width=\"31px\" height=\"31px\"\u003e\u003c/a\u003e\n\n## :star: Credits\n\n`Maricopa Association of Governments (MAG) and the MAG member agencies`\n\n## :zap: Disclaimer\n\n- [DISCLAIMER](DISCLAIMER.md)\n\n## :warning: Licensing\n\nCopyright 2024 Maricopa Association of Governments (MAG)\n\nThis project is licensed under the MIT license.\n\n- [LICENSE](LICENSE)\n\n[(Back to top)](#mag-vite-react-template)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazmag%2Fmag-vite-react-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazmag%2Fmag-vite-react-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazmag%2Fmag-vite-react-template/lists"}