CanEvim.org Can Evim platformu, ihtiyaç sahiplerini, destek sağlamak isteyen birey, kurum ve kuruluşlarla eşleştirmek amacıyla kullanıma açılmıştır.
This project was generated with ReactJs version 17.0.2
- NodeJs
- ReactJs
- Yarn for Windows, Yarn for Mac (recommended)
First, you should update your local
$ git pull
After update,
$ yarn install or npm install
$ yarn start or npm run start (ng serve)
Use and check npm build
before push
Run npm start
or yarn start
for a dev server. Navigate to http://localhost:3000
. The app will automatically reload if you change any of the source files.
CanEvim is using the .env
file to configure, this is the custom Environment Variable file.
REACT_APP_BASE_URL='https://canevim.org/api'
REACT_APP_BOOKING_API='/mp-booking/v1'
REACT_APP_LOCATION_API='/mp-location/v1'
Please configure the .dev.env
file according to the Development environment
Please configure the .prod.env
file according to the Production environment
Run ng build
to build the project. The build artifacts will be stored in the build/
directory.
- You can use
npm run build
command to compile for dev environment - You can use
npm run build:prod
command to compile for PROD environment
$ ng build