Ahmed Abdulrahman
- 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 nodeDownload the project
حمل المشروع على كمبيوترك
$ git clone [email protected]:code2gether/nodejs-fundamentals-workshop.gitChange to your current directory
غير المسار لداخل المشروع عن طريق الترمينال
cd nodejs-fundamentals-workshopThen you need to install dependencies inside package.json by simply running:
تنزيل جميع المكتبات داخل المشروع
$ npm install