If you have any query feel free to chat us!
Happy Coding! Happy Learning!
To add Git to your project, follow these steps:
git init
..gitignore
in the root directory of your project. This file should contain a list of files and directories that you want Git to ignore. For example, you can add the following lines to ignore the node_modules
directory:Copy code
node_modules/
git add .
.git commit -m "Initial commit"
.To add an npm start
script to your package.json
file, follow these steps:
package.json
file.scripts
section and add a new line with the following code:jsonCopy code
"start": "node app.js"
Replace app.js
with the name of your main server file if it is different.
package.json
file. You can now start your server by running the command npm start
in your terminal or command prompt.
Comments: 2
I am not able to access videos from second class and further. I have already completed first class
When will I get my course?
Now, Your query was resolved.