This project was generated with Angular CLI version 15.0.5.
We use yarn
as our package manager, run yarn install
to install dependencies.
You can set variables by create a .env
file.
This application have following environment variables:
NG_APP_API_ENDPOINT
: An url to API endpoint.
NG_APP_API_ENDPOINT=https://api.charkchalk.io
Run yarn dev
for a development dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
or you can build static files by running yarn build
, it will generate static files into dist
folder. Then you're free to use any web server to host it up.