You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/spawn-react-frontend.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ chapter: Setting up React Frontend
11
11
12
12
Usually to setup a React app you would use Create React App, unlike Vue it does not come with a CLI where you can configure lots of goodies with it. There are lots of boilerplates out in the wild that suit how their creators work and get things done.
13
13
14
-
For this course, we will use the React Bleeding Edge Kit (TM) however you are most welcome to set up the project however you like and try and plugin different parts of the course where possible.
14
+
For this course, we will use the [React Bleeding Edge Kit (TM)](https://github.com/AmoDinho/react-bleeding-edge-kit) however you are most welcome to set up the project however you like and try and plugin different parts of the course where possible.
15
15
16
16
However, the React Bleeding Edge Kit comes with the following:
0 commit comments