Skip to content

learnpack/how-to-use-learnpack-tutorial

Repository files navigation

How to learn with Learnpack

By @alesanchezr and other contributors

last commit last commit

  1. How to stop and start the tutorial engine.
  2. Navigate through the exercise steps.
  3. Multiple language translations.
  4. Compiling your code.
  5. Testing your code.
  6. Save your progress to github.

🌱 How to start

There are two ways to run the exercises: Immediately in gitpod (recommended) or locally in your computer (requires installation).

A) One click installation (recommended):

You can open these exercises in just a few seconds by clicking: Open in Codespaces (recommended) or Open in Gitpod.

Once you have VSCode open the LearnPack exercises should start automatically. If exercises don't run automatically you can try typing on your terminal: $ learnpack start

Open in Gitpod

B) Manual installation

  1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
$ npm i learnpack -g
$ learnpack plugins:install learnpack-html
  1. Download this particular exercises using learnpack and cd into the folder:
$ learnpack download html-tutorial-exercises-course
$ cd html-tutorial-exercises-course

Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.

  1. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
$ npm i jest@24.8.0 -g
$ learnpack start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors