billgathen / writing-your-first-utility-classes-exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lifecycle of a Web Component: Exercises

The companion repo to the corresponding lesson from Component Odyssey.

Getting started

Clone this repo using:

git clone git@github.com:Component-Odyssey/writing-your-first-utility-classes-exercises.git

Open the folder in VSCode

Navigate to the directory of the first exercise:

cd ./starter

Install the dependencies:

npm i

Start the server:

npm run start

The README within starter has more details about the exercises, so be sure to read the instructions.

Troubleshooting

If you have any problems, then please reach out in the Discord.

About


Languages

Language:HTML 59.3%Language:CSS 40.7%