Skip to content

Commit

Permalink
update : readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschacirung committed Jul 3, 2022
1 parent d03bf59 commit 4cd9a19
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,32 @@
#Tailwind 3.1 - Vite boilerplate
<h1>Tailwind 3.1 - Vite boilerplate</h1>

A tailwindcss v3 - Vite project starter

##Tools
<h2>Tools</h2>

- Tailwindcss v3 : UI
- Vite 2.9
- Vanilla
- Prettier
- Postcss
- Postcss

## Build Setup

```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
# preview production
$ npm run preview
```

### `assets`

The assets directory contains your uncompiled assets such as Stylus or Sass files, images, or fonts.

### `src`

The src directory contains your app ui (html files) and your JavaScript.

0 comments on commit 4cd9a19

Please sign in to comment.