-
All the latest code is present in 'https://github.com/itsAsadd/Antim' this github repository in MASTER branch..
-
'git clone [email protected]:itsAsadd/Antim.git .' run this command in terminal to clone the code and then 'yarn install'..
-
For developing the project: write 'yarn start' in terminal. Open http://localhost:4200/ in browser .
(NOTE): Write BaseURL correctly in environments folders of both dev and prod environment.
- For Production( deployment ) : write ' ng build --prod --base-href "URL" ' in terminal. e.g. ng build --prod --base-href "https://itsAsadd.github.io/Antim/". Open the build URL in browser.