Skip to content

hugurris/codelex-io-prep-course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrepCourse | CODELEX

Work Station Setup

Carefully execute all of the steps mentioned in Work Station Setup guide. Make sure that you have everything installed and verified.

Prerequisites

We assume that you have already did some coding @codecademy.com, but to better understand what we are going to do - take a look at these free resources:

Create accounts, which we may be using during the course:

Everything we will need is in this repository (repository is like a project in Git), but to get it on your computer you must clone (make a local copy) it. To do that copy the link of this repository:

Repository URL

Steps are as follows:

  • open Command Line
  • navigate to the folder you would like to have this project, you can use command cd to change current directory
  • clone the project: git clone https://github.com/codelex-io/prep-course.git
  • open repository as folder in Visual Studio Code

⭐ Star This Repository ⭐

When you have created a profile in @github.com, leave a star.

Star

You will receive a notification when repository is updated and it may serve as a thank you also!

Update Repository

This repository may be updated, which means you may have outdated version locally.

Open terminal, navigate to the project directory and execute this command: git pull

git pull

Presentations

Presentations can be found here

  • use esc / o to show an overview
  • use m to toggle side menu

Exercises

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.7%
  • CSS 9.9%
  • HTML 8.1%
  • JavaScript 0.3%