Skip to content

supanut1911/Dev_cli_utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 

Repository files navigation

Create NEXTjs TS app (framework) 🏞

NEXTJS

npx create-next-app@latest --ts

Create NESTjs TS app (framework) 🐱

NESTJS

nest new <project-name>

NESTjs cli

(order create is important)

  • create module
nest g mo <serviceName>
  • create controller
nest g co <serviceName>
  • create service
nest g s <serviceName>

Create Hardhat πŸͺ–

HARDHAT

npx hardhat

Hardhat Cli

  • create local node
npx hardhat node
  • deploy contract (default localhost)
npx hardhat run scripts/<"deployContract">
  • deploy contract with (select network)
npx hardhat run scripts/<"deployContract"> --network <"network">

Docker 🐳

docker

image & container

  docker buid ...

  docker run ...

compose

!MUST cd to right directory

  • Up compose (run in background)
docker-compose up -d
  • Down compose
docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published