-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d03bf59
commit 4cd9a19
Showing
1 changed file
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |