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: README.md
+14-6
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,14 @@ This repository contains a collection of examples that provide hands-on learning
13
13
14
14
<b>Note</b>: This repository is only a quickstart guide. It is not a complete guide to React, TypeScript, ViteJS, or TailwindCSS.
15
15
16
+
## Table of Contents
17
+
18
+
-[Quickstart for React + TypeScript + Vite + TailwindCSS](#quickstart-for-react--typescript--vite--tailwindcss)
19
+
-[Table of Contents](#table-of-contents)
20
+
-[What knowledge do you need?](#what-knowledge-do-you-need)
21
+
-[What will you learn?](#what-will-you-learn)
22
+
-[Getting Started](#getting-started)
23
+
16
24
## What knowledge do you need?
17
25
18
26
1. Basic knowledge of HTML
@@ -27,12 +35,12 @@ This repository contains a collection of examples that provide hands-on learning
27
35
28
36
In the end you will be able to create a React application with TypeScript and TailwindCSS like this: [Example App](https://github.com/MemerGamer/vite-react-ts-tailwind-example)
29
37
30
-
Note: In the example app we also use ViteJS which is not covered in this quickstart guide.
38
+
**Note**: In the example app we also use [ViteJS](https://vitejs.dev/) which is not covered in this quickstart guide.
31
39
In summary ViteJS is frontend tool that is used for building fast and optimized web applications. It uses a modern build system and a fast development server to provide a streamlined and efficient development experience.
32
40
33
-
## Table of Contents
41
+
## Getting Started
34
42
35
-
1.[JavaScript](./JavaScript.md)
36
-
2.[TypeScript](./TypeScript.md)
37
-
3.[React with TypeScript](./React.md)
38
-
4.[TailwindCSS with React](./TailwindCSS.md)
43
+
-[Getting Started with JavaScript](./JavaScript.md)
44
+
-[Getting Started with TypeScript](./TypeScript.md)
45
+
-[Getting Started with React and TypeScript](./React.md)
46
+
-[Getting Started with TailwindCSS](./TailwindCSS.md)
0 commit comments