for ubuntu 22.04
- go-install.sh
- code for go1.20.5
-
run npm-install.sh to install nvm, node.js, npm
-
run typescript-install.sh to install typescript (option)
3-1. start node.js project
npm init -y
node indes.js # start server
3-2. react project start
npm install -g create-react-app
npx create-react-app frontend
npm start