sudo apt update
sudo apt install npm nodejs
node -v
npm -v
sudo npm install -g http-server
mkdir www
cd www/
echo “Hello World” > index.html
ls
sudo http-server -p 80
プログラム
Blog
未分類
未分類
Blog
未分類
SNS
未分類
Blog
SNS
プログラム
Blog
Food
プログラム
映画感想
未分類
プログラム
SNS
プログラムsudo apt update
sudo apt install npm nodejs
node -v
npm -v
sudo npm install -g http-server
mkdir www
cd www/
echo “Hello World” > index.html
ls
sudo http-server -p 80
コメント