1
1
<div >
2
- <h1 align =" center " ><a href =" https://www.epicweb.dev/workshops " >Workshop Title 🎃 </a ></h1 >
2
+ <h1 align =" center " ><a href =" https://www.epicweb.dev/workshops " >React Router Fundamentals part 1 ⛓️ </a ></h1 >
3
3
<strong >
4
- Workshop subtitle
4
+ Data reading and display
5
5
</strong >
6
6
<p >
7
7
Workshop summary
13
13
<div align =" center " >
14
14
<a
15
15
alt="Epic Web logo with the words Deployed Version"
16
- href="https://epicweb-dev-workshop-template .fly.dev/ "
16
+ href="https://epicweb-dev-react-router-fundamentals-pt-1 .fly.dev/ "
17
17
>
18
18
<img
19
19
width="300px"
@@ -79,8 +79,8 @@ network connection before running the setup and grab a snack.
79
79
Follow these steps to get this set up:
80
80
81
81
``` sh nonumber
82
- git clone --depth 1 https://github.com/epicweb-dev/workshop-template .git
83
- cd workshop-template
82
+ git clone --depth 1 https://github.com/epicweb-dev/react-router-fundamentals-pt-1 .git
83
+ cd react-router-fundamentals-pt-1
84
84
npm run setup
85
85
```
86
86
@@ -98,13 +98,13 @@ Learn all about the workshop app on the
98
98
[ npm ] : https://www.npmjs.com/
99
99
[ node ] : https://nodejs.org
100
100
[ git ] : https://git-scm.com/
101
- [ build-badge ] : https://img.shields.io/github/actions/workflow/status/epicweb-dev/workshop-template /validate.yml?branch=main&logo=github&style=flat-square
102
- [ build ] : https://github.com/epicweb-dev/workshop-template /actions?query=workflow%3Avalidate
101
+ [ build-badge ] : https://img.shields.io/github/actions/workflow/status/epicweb-dev/react-router-fundamentals-pt-1 /validate.yml?branch=main&logo=github&style=flat-square
102
+ [ build ] : https://github.com/epicweb-dev/react-router-fundamentals-pt-1 /actions?query=workflow%3Avalidate
103
103
[ license-badge ] : https://img.shields.io/badge/license-GPL%203.0%20License-blue.svg?style=flat-square
104
- [ license ] : https://github.com/epicweb-dev/workshop-template /blob/main/LICENSE
104
+ [ license ] : https://github.com/epicweb-dev/react-router-fundamentals-pt-1 /blob/main/LICENSE
105
105
[ coc-badge ] : https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
106
106
[ coc ] : https://kentcdodds.com/conduct
107
107
[ win-path ] : https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/
108
108
[ mac-path ] : http://stackoverflow.com/a/24322978/971592
109
- [ issue ] : https://github.com/epicweb-dev/workshop-template /issues/new
109
+ [ issue ] : https://github.com/epicweb-dev/react-router-fundamentals-pt-1 /issues/new
110
110
<!-- prettier-ignore-end -->
0 commit comments