Skip to content
Simplicity is the ultimate sophistication Leonardo da Vinci

Start an npm project

To start an npm project, you have just to run npm init and npm will start asking you a lot of questions about how to call the project, who's the author and so on. If you are like me and have complete trust on your tools and its choices, just add -y at the end. It stands for yes and npm will complete the boring burocrazy for you. 😏

npm init -y
View on GitHub

Comment on DEV.to or Hashnode

Take me to the next post!