This repository contains source for a new single page application which has been created using a React starter npx command. Please refer Create a new react app on how this app was created. Following are some details about this repo
- This repo contains ready to use starter code in src/ and a prebuilt package.json
- It contains only a frontend build pipeline and no databases or backend
- The command
npm run buildcreates an optimized build of your app in thebuildfolder. - The
buildfolder contains the static pages which can be deployed to a service of your choice luke Azure, AWS, Google Cloud, etc. - For our workshop to simplify the setup required for the hosting services, we will be using GitHub Pages.
Following is the app page built using this repository -
