Skip to content

atomata/capstone_WebClient

Repository files navigation

React basic Azure Static Web Apps CI/CD

Azure Static Web Apps allows you to easily build React apps in minutes. Use this repo with the React quickstart to build and customize a new static site.

This project was bootstrapped with Create React App.

Quickstart

To run the development server:

yarn install --dev
yarn dev

open new terminal 

cd api
yarn install --dev
yarn start

To build and run a production version of the app (served by NGINX):

yarn build
yarn export
docker compose up -d

# Kill your container with:
docker-compose down

To run unit tests:

yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 7