node.js development notes for BehavePlus
Replace with the npm-style package name, like'behaveplus-notes'
-
Create a new repository on github.com with an initial README.md https://github.com/cbevins/
-
Create a directory for the project with the following commands:
- mkdir
- cd
-
Initialize the project package.json file with the following caommand:
- npm init
-
Open Visual Studio Code (VSC) from command line:
- code .
-
In the VSC SCM window, add the repository to the SOURCE CODE PROVIDERS Ensure that git remote add origin has been run