Docker
创建容器
docker run --privileged=true -d -i -p 12345:80 -p 54321:81 -v /home/user/work/:/server/ --name <container-name> docker.io/node:18.14.2
ShellCrash
安装
export url='https://fastly.jsdelivr.net/gh/juewuy/ShellCrash@master' && wget -q --no-check-certificate -O /tmp/install.sh $url/install.sh && bash /tmp/install.sh && source /etc/profile &> /dev/null
ReactNative
初始化项目
npx @react-native-community/cli@latest init AwesomeProject