Skip to content

learnwithahmed/nodejs-fundamentals-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Nodejs Fundamentals Workshop

Ahmed Abdulrahman

Resources | مصادر

System Requirements | متطلبات النظام

  • In order to follow a long with workshop, make sure you install lastest version of Nodejs either from source then go here or node version manager (NVM) its a simple bash script to manage multiple active node.js versions that allows you install different version of Nodejs and switch between theme locally like this:
nvm install node # Installs the lastest version of node which is an alias for the latest version
nvm alias default node

How to use | كيفية استخدام المشروع

Download the project

حمل المشروع على كمبيوترك

$ git clone [email protected]:code2gether/nodejs-fundamentals-workshop.git

Change to your current directory

غير المسار لداخل المشروع عن طريق الترمينال

cd nodejs-fundamentals-workshop

Then you need to install dependencies inside package.json by simply running:

تنزيل جميع المكتبات داخل المشروع

$ npm install

About

👨‍🎤A workshop for learning Node JS Fundamentals

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published