This project was bootstrapped with Create React App.
The env file must be named '.env' and located in the root directory of this project.
REACT_APP_GOOGLE_MAPS_API_KEY
This value is the api key issued by https://developers.google.com/maps
REACT_APP_BASE_URL
The deployed API server address is https://vscode-qjnbi.run.goorm.site/proxy/8080/.
npm i
npm run build:dev
Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
See the section about deployment for more information.
npm run dev