Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 296 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 296 Bytes

Compiles and hot-reloads for development with .env

npm run start

Compiles and hot-reloads for development with .development.env

npm run start:dev

Compiles and minifies for production

npm run build


.env file
REACT_APP_API_URL = http://localhost:7001