Skip to content

Commit

Permalink
added tailwind and styled components
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgustavolf committed Jun 25, 2024
1 parent 50afa39 commit d108f89
Show file tree
Hide file tree
Showing 8 changed files with 1,838 additions and 20 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This is a bootstrap project for the react front-end test, that already contains:
- React with typescript
- Axios
- React Query
- Tailwind
- Styled Components
- Vitest (with coverage, if you wanted)
- React Testing Library

Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Shipwell React Test Bootstrap</title>
</head>
<body>
<div id="root"></div>
Expand Down
Loading

0 comments on commit d108f89

Please sign in to comment.