mag
vite
react
esri-javascript-api
template
This 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.
If you haven not already installed degit, install it globally with npm:
npm install -g degit
The simplest use of degit is to download the master branch of this repo from GitHub to your current working directory:
If the second argument is omitted, the repo will be cloned to the current directory.
For example:
degit user/repo my-new-project
degit AZMAG/mag-vite-react-template [my-new-project]
or
degit https://github.com/AZMAG/mag-vite-react-template/[my-new-project]
Releases will be numbered with the following format: <major>.<minor>.<patch>
And constructed with the following guidelines:
- MAJOR version when you make incompatible API changes bumps the major resets minor and patch
- MINOR version when you add functionality in a backwards-compatible manner bumps the minor resets patch
- PATCH version when you make backwards-compatible bug fixes and misc changes bumps only the patch
Edit 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.
For more information - git-labelmaker
Run the command and follow the prompts - git-labelmaker
A list of technologies used within the project:
Maricopa Association of Governments (MAG) and the MAG member agencies
Copyright 2024 Maricopa Association of Governments (MAG)
This project is licensed under the MIT license.