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
プログラム
紹介
プログラム
SNS
Blog
未分類
Blog
プログラム
未分類
SNS
プログラム
Blog
イラスト
プログラム
プログラム
未分類
映画感想
未分類
プログラム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
コメント