/react-js-fundamentals

⚛️ React JS Fundamentals Workshop Project - ورشة اساسيات رياك

MIT LicenseMIT

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 git@github.com: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)
```ورشة اساسيات رياك