This repository contains basic projects and other course materials developed using JavaScript.
git clone https://github.com/Azizbek98/RSSchool-JavaScript-Tasks.git
cd [task_name]
npm install
npm start
Build project in production mode (if this mode exists):
npm run build