Skip to content

Instantly share code, notes, and snippets.

@Nebelung-Dev
Created August 19, 2022 18:28
Show Gist options
  • Save Nebelung-Dev/e43d81c229b615c993858e020224aa79 to your computer and use it in GitHub Desktop.
Save Nebelung-Dev/e43d81c229b615c993858e020224aa79 to your computer and use it in GitHub Desktop.
1: download and install node.js from https://nodejs.org/en/
2: make a .js file and put code in it
3: search your apps for command prompt
4: type in cd + the location of your file. for example C:\Users\Nebelung\Downloads\index.js
5: type npm init and follow the steps to make your app
6: type npm install to install any packages
7: type node + file name. for example node index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment