Skip to content

Commit

Permalink
Docs: Update frontend README with information about Tailwind css
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Jan 3, 2024
1 parent 9ae2a8b commit a1f4b8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npm run build



React + TypeScript + Vite
## React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Expand Down Expand Up @@ -56,3 +56,7 @@ export default {



## Tailwind css
Tailwind css allows us to write the css in the html class-name attribute. This is a very powerful tool that allows us to write css in a very intuitive way.

Read more: https://tailwindcss.com/docs/guides/vite

0 comments on commit a1f4b8d

Please sign in to comment.