Skip to content

This repo is a Maricopa Associations of Governments (MAG) template to create a react project using Vite.

License

Notifications You must be signed in to change notification settings

AZMAG/mag-vite-react-template

Repository files navigation

MAG Vite React Template

GitHub release (latest SemVer) GitHub Release Date Libraries.io dependency status for GitHub repo semver MIT licensed

🔑 Keywords

mag vite react esri-javascript-api template

What is the MAG Vite React 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.

How to use this template

Installation

If you haven not already installed degit, install it globally with npm:

npm install -g degit

Getting Started

The simplest use of degit is to download the master branch of this repo from GitHub to your current working directory:

Create a new folder for the project

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]

Version

version | 1.2.0

  • Updated | 2023-10-5

  • Created | 2023-10-30

Releases will be numbered with the following format: <major>.<minor>.<patch>

And constructed with the following guidelines:

  1. MAJOR version when you make incompatible API changes bumps the major resets minor and patch
  2. MINOR version when you add functionality in a backwards-compatible manner bumps the minor resets patch
  3. PATCH version when you make backwards-compatible bug fixes and misc changes bumps only the patch

Issues Labels

git-labelmaker

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

Labels

Technologies

A list of technologies used within the project:

JavaScript JavaScript ECMAScript 6 HTML5 CSS3 React Tailwind CSS Vite KendoReact Font-Awesome ESLint Prettier npm Git vscode

⭐ Credits

Maricopa Association of Governments (MAG) and the MAG member agencies

⚡ Disclaimer

⚠️ Licensing

Copyright 2023 Maricopa Association of Governments (MAG)

This project is licensed under the MIT license.

(Back to top)