Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpowell/devopslab-demo
https://github.com/aaronpowell/devopslab-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronpowell/devopslab-demo
- Owner: aaronpowell
- License: mit
- Created: 2020-11-18T23:18:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T16:26:37.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T19:55:33.880Z (about 2 months ago)
- Language: TypeScript
- Size: 1.66 MB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Azure Static Website React Template
This repository contains a template for creating an [Azure Static Web App](https://docs.microsoft.com/azure/static-web-apps/?WT.mc_id=aswatemplate-github-aapowell) projects using React + TypeScript.
In the template there is [Create React App](https://create-react-app.dev) site using TypeScript and an `api` folder with an empty [Azure Functions](https://docs.microsoft.com/azure/functions/?WT.mc_id=aswatemplate-github-aapowell), 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](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template).
## 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.