This is lessons repo.
You should be familiar with:
- Clone project
git clone git@github.com:talgat-ruby/lessons-js.git- Go to the project
cd lessons-js- Make sure you have latest lts version(even number) of NodeJS.
- Pull required latest packages:
npm iOn every update of the lessons you wil need to pull latest changes
- Pull latest changes.
git pull- Rerun package install.
npm i