Skip to content

durgeshhhhhhh/codershub-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deployment

Frontend

    - npm install --> to isntall dependencies
    - npm run build
    - sudo apt update
    - sudo apt install nginx
    - sudo systemctl start nginx
    - sudo systemctl enable nginx
    - copy code from dist(build files) to /var/www/html/
    - sudo scp -r dist/* /var/www/html
    - Enable port :80 of your instance