David Shemian solution for Opora home assignment - Front End
- Clone repository
- Add a .env file with the following properties:
- PORT=XXX where XXX is the desired port to run the app on
- REACT_APP_SERVER_BASE_URL=http://localhost:XXX where XXX is the Back End port
- Run app using
npm run production
Use this script in order to install all dependencies, build and run the app
Use this in order to run the app without installing the dependencies