Create a New Project
Create a new directory:
|
|
Make it a Git repo:
|
|
Make it a Node package. You can skip through the options it gives you.
|
|
This will create a package.json
file and node_modules
directory at the root of your project.
Let’s create a source directory.
|
|
And finally a .gitignore
containing the following:
|
|
Conclusion
You should now have a project directory which looks something like:
|
|