×
Home Blog Projects Resume Contact

information



How to deploy on local host

Clone the repository

  • git clone https://github.com/knrt10/reddit-type-voting-app.git

Install npm modules

  • npm i

cd to reddit folder then run

  • ng-build

After building you need to deploy on localhost so run the server by this command.

  • ng-serve