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
紹介
プログラム
プログラム
プログラム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
コメント