Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1006 Bytes

File metadata and controls

15 lines (11 loc) · 1006 Bytes

React app

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 build creates an optimized build of your app in the build folder.
  • The build folder 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 -

image