emrgcl / AzureResourceTagHelper

Azure Resource Tag Helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Resource Tag Helper

Settings

  • ClientID: 167b7ea7-3661-4d63-8e1e-9218746533c0

Starting a react project

  1. Create React Project: In your root for all your repos run the following command, this will create the project folder you dont need to create it before.
    create-react-app azureresourcetaghelper
    
  2. Install bootstrap: In your project folder created.
    npm i bootstrap
    
  3. Adding bootstrap: In the src\index.js insert the following import statement
    import 'bootstrap/dist/css/bootstrap.min.css';
  4. Install React Bootsrap: run the following command to install react bootstrap
    npm install react-bootstrap bootstrap
    
  5. Install React Router: run the following command to install react router for SPA.
    npm install react-router-dom@6
    
  6. Install Azure Identity package: run the following
    npm install --save @azure/identity
    

About

Azure Resource Tag Helper


Languages

Language:JavaScript 60.8%Language:HTML 24.4%Language:CSS 13.2%Language:Shell 1.6%