Skip to content

Commit 9722885

Browse files
committed
Introduce Tailwind CSS
1 parent 35dad83 commit 9722885

11 files changed

+1577
-33
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# Vite React ReScript Starter
22

3-
- [Vite](https://vitejs.dev): Next Generation Frontend Tooling
4-
- [React](https://reactjs.org): A JavaScript library for building user interfaces
3+
- [Vite](https://vitejs.dev): Next Generation Frontend Tooling.
4+
- [React](https://reactjs.org): A JavaScript library for building user interfaces.
55
- [ReScript](https://rescript-lang.org): The JavaScript-like language you have been waiting for. (previously known as BuckleScript and Reason)
6-
- [@jihchi/vite-plugin-rescript](https://github.com/jihchi/vite-plugin-rescript): Integrate ReScript with Vite seamlessly
7-
- [vitest](https://vitest.dev/): A blazing fast unit-test framework, powered by [Vite](https://vitejs.dev) ⚡️
8-
- [rescript-vitest](https://github.com/cometkim/rescript-vitest): ReScript bindings to Vitest
9-
- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/): Helps you test UI components in a user-centric way.
6+
- [@jihchi/vite-plugin-rescript](https://github.com/jihchi/vite-plugin-rescript): Integrate ReScript with Vite seamlessly.
7+
- [vitest](https://vitest.dev/): A blazing fast unit-test framework, powered by [Vite](https://vitejs.dev) ⚡️.
8+
- [rescript-vitest](https://github.com/cometkim/rescript-vitest): ReScript bindings to Vitest.
9+
- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/): Helps you test UI components in a user-centric way.
10+
- [Tailwind CSS](https://tailwindcss.com): A utility-first CSS framework for rapid UI development.
1011

1112
## Getting Started
1213

1314
```sh
1415
npx degit jihchi/vitejs-template-react-rescript my-vitejs-react-rescript
1516
cd my-vitejs-react-rescript
16-
npm i
17+
npm install
1718
npm start
1819
```
1920

@@ -30,4 +31,3 @@ Many thanks for your help!
3031
</a>
3132

3233
The image of contributors is made with [contrib.rocks](https://contrib.rocks).
33-

index.html

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Vite App</title>
8-
<link href="/global.css" rel="stylesheet" type="text/css" />
98
</head>
109
<body>
1110
<div id="root"></div>

0 commit comments

Comments
 (0)