Node is powerfull 💪
-
Open terminal
-
Go to the project's directory
cd my-directory
- Execute the following command
npm init
# if you want to create with the default properties
npm init -y
You are now ready to install dependencies or to just run javascript files via terminal!