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.
To run the development server:
yarn install --dev
yarn dev
open new terminal
cd api
yarn install --dev
yarn startTo 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 downTo run unit tests:
yarn test