DEV Community

andrewtheiller37
andrewtheiller37

Posted on • Updated on

Tooling post

Here is how to install open-wc from scratch.

  1. Download Install Node LTS (https://nodejs.org/en/) (should install npm too).
  2. Download yarn (https://yarnpkg.com/).
  3. Open the terminal on your machine.
  4. After navigating to the folder that you are going to use. Type the command npm init @open-wc
  5. When the options arrive click - a new project scaffold > web component > linting, testing, and demoing (check the boxes using the space bar) > Does not use typescript > type hello-world > clicked install using yarn.
  6. The install is complete.

Top comments (0)