Skip to content

1006lem/tools

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages