This project was generated with Angular CLI version 10.0.1.
There are 2 options for installation
- Install only the client side and use the hosted server.
- Install both the server and the client locally
- clone the repo
- in root folder run
npm i
- Go to
ChatConfig.ts
and replaceprocess.env.HOST
with the server urlhttps://fancy-chat.herokuapp.com/
, heroku might go to sleep, so give it 10-30seconds to wind up. - run
ng serve
ornpm start
- clone both repositories server and client
- run
npm i
inside both apps (server and client) - run
npm start
in both apps