Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 475 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 475 Bytes

tools

for ubuntu 22.04



strting node.js project

  1. run npm-install.sh to install nvm, node.js, npm

  2. 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