Make sure you have Node.js (atleast v12.13.0, npm v6.12.0) installed.
git clone [email protected]:abhinavchawla13/txtlss-hackiesacks-ui
cd txtlss-hackiesacks-ui
npm install
ng serve
Inside the src
, there's an environment
folder with three different environment files. I only used the environment.ts
and environment.prod.ts
for the project. It contains the following keys:
userApi
API (userApi
) is deployed at https://txtlss-hackiesacks.herokuapp.com/
This project is hosted on Firebase hosting. To deploy:
ng build --prod
firebase deploy