Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.19 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.19 KB

React JS Fundamentals Workshop

This is a project for React JS Fundamentals Workshop


Editor Requirements | متطلبات المحرر

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

  • Latest version of node.js and NPM/YARN

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

Download the project using

git يجب تنزيل المشروع عن طريق

$ git clone [email protected]:code2gether/react-js-fundamentals.git

Move to the appropriate directory

غير مسار المجلد الحالي لمسار المشروع

cd react-js-fundamentals

Install all dependencies by running this command in your terminal

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

$ npm install

Start the app

لتشغيل المشروع على لوكال هوست

$ npm run start
(open localhost:3000)
```ورشة اساسيات رياك