Skip to content

Commit fa57c2c

Browse files
committed
Time for a new home
1 parent dea4b00 commit fa57c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Though not strictly necessary to have all of the above to follow the workshop, y
3131

3232
### Creating an Express.js server to run our code from
3333

34-
1. Either clone or download this repo to your system `git clone git@github.com:seanmtracey/web-component-examples.git`
34+
1. Either clone or download this repo to your system `git clone git@github.com:ibmcodelondon/intro-to-web-component-workshop.git`
3535
2. Using your CLI (such as terminal, or iTerm) enter the newly downloaded repo with `cd web-components-examples/scaffold`. This is the directory that we'll be working from for the remainder of the workshop. It has all of the code that we'll need to deliver the web components that we'll be writing code for in the next little while. In essence, directory is a very simple Express.js web server that uses the Handlebars templating system to deliver the HTML/CSS/JavaScript that we'll construct (including the required polyfills to help with cross-browser compatibility).
3636
3. Install the dependencies for our Express.js server with `npm i`. This may take a few moments, depending on your speed of your internet connection.
3737
4. Create a new directory in the `views` folder called `components` (you can do this by running `mkdir views/components`). We're not going to put anything in it quite yet, but we need it to exist before we can run the server.

0 commit comments

Comments
 (0)