Skip to content

Instantly share code, notes, and snippets.

@ugultopu
Last active October 13, 2020 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugultopu/fb6432ba490361c9ac540f872ea18fac to your computer and use it in GitHub Desktop.
Save ugultopu/fb6432ba490361c9ac540f872ea18fac to your computer and use it in GitHub Desktop.
The right way to initialize a JavaScript (NodeJS) project
mkdir project-name
cd project-name
git init
yarn init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment