Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 558 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 558 Bytes

RSSchool JavaScript Course

Banner Image

RSSchool JavaScript Course

This repository contains basic projects and other course materials developed using JavaScript.


Installation Process

Clone repo:
git clone https://github.com/Azizbek98/RSSchool-JavaScript-Tasks.git
Install and run:
cd [task_name]
npm install
npm start

Build project in production mode (if this mode exists):

npm run build