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