Skip to content

sasender/frontend

 
 

Repository files navigation

frontend

The frontend is the service in To-do to serve the web content over Nginx.

To Install Nginx.

apt update

apt install nginx -y

systemctl enable nginx

systemctl start nginx

This service is written in NodeJS, Hence need to install NodeJS in the system.

apt install npm -y

Let's download the HTDOCS content and deploy under the Nginx path.

cd /var/www/html

mkdir vue & # cd /var/www/html/vue

cd /var/www/html/vue/frontend

npm install

npm start

Update Login and todo Ip address.

cd /var/www/html/vue/frontend

cd config

vi index.js

Finally restart the service once to effect the changes.

systemctl restart nginx

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 67.9%
  • Vue 30.3%
  • Dockerfile 1.3%
  • HTML 0.5%