https://black-smoke-070207e10.azurestaticapps.net/
GiftSavor는 깜빡하고 기프티콘을 사용하지 못하는 일이 없도록 기프티콘을 등록하고 사용을 관리할 수 있는 서비스입니다.
- Azure Static Web App
- Github Actions
- React
- Emotion
- Antd
- Clone this repository
$ git clone https://github.com/YeonjuSeo/MyGiftSavor.git
- Install node packages with npm
이 과정에서 반드시 Azure Functions Core Tools가 설치되어야 합니다.
$ npm install
- Open localhost:3000
$ npm start
- Move to /api and start api in a new Terminal
cd api
func start
- In root folder, open localhost:4280
swa start http://localhost:3000 --api ./api
https://docs.microsoft.com/ko-kr/learn/modules/publish-static-web-app-authentication/