alexweininger / aswa-react-template

A template for creating Azure Static Web Apps using React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Static Website React Template

This repository contains a template for creating an Azure Static Web App projects using React + TypeScript.

In the template there is Create React App site using TypeScript and an api folder with an empty Azure Functions, also using TypeScript.

To get started, click the Use this template button to create a repository from this template, and check out the GitHub docs on using templates.

Running The Application

From a terminal run npm start from both the repository root and api folder to start the two servers, the web application will be on http://localhost:3000 and the API on http://localhost:7071. Alternatively, you can use the VS Code launch of Run full stack to run both together with debuggers attached.

About

A template for creating Azure Static Web Apps using React

License:MIT License


Languages

Language:TypeScript 49.0%Language:Shell 26.2%Language:HTML 10.7%Language:Dockerfile 8.3%Language:CSS 5.8%