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
未分類
Food
プログラム
プログラム
プログラム
イラスト
Blog
未分類
未分類
未分類
未分類
Blog
プログラム
未分類
未分類
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
コメント