DEV Community

Discussion on: What CLI utilities/commands do you use when creating a new project?

Collapse
 
webstyle profile image
Farrukh Mamatkhalilov
  1. npm init
  2. touch .gitignore tsconfig.json Dockerfile docker-compose.yml
  3. code ./ 🚀