Skip to content

singularity-camp/lessons-js-plan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lessons

This is lessons repo.

Prerequisites

You should be familiar with:

  1. Programming in general
  2. Have installed NodeJS, npm(comes with NodeJS), git

Working with the repo

Start

  1. Clone project
git clone git@github.com:talgat-ruby/lessons-js.git
  1. Go to the project
cd lessons-js
  1. Make sure you have latest lts version(even number) of NodeJS.
  2. Pull required latest packages:
npm i

Update

On every update of the lessons you wil need to pull latest changes

  1. Pull latest changes.
git pull
  1. Rerun package install.
npm i

Recordings

https://drive.proton.me/urls/J23PCJQEAW#z9CeQ6AbunR4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 60.7%
  • Svelte 23.0%
  • CSS 9.4%
  • JavaScript 4.1%
  • HTML 2.8%