Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 745 Bytes

File metadata and controls

43 lines (27 loc) · 745 Bytes

To contribute to this project

./fork the project

Start css tailwind watcher (JIT) in development

./run npm run dev

Compile and minify your CSS tailwind for production

./run "npm run pro"

Start a watcher for alpine js in development (It will also be complied for production )

./ run "npm run build-js"

Useful links

https://tailwindcss.com/blog/standalone-cli https://www.youtube.com/watch?v=0jukD2yldTY

https://fontawesomeicons.com/svg/icons/laravel

https://www.youtube.com/watch?v=BR_9XquCegs&t=82s

I always start my css like this, this might help someone.

'*' { margin: 0; padding: 0; box-sizing: border-box; }

html { background-color: #660066; }

body { min-height: 100vh; border:5px dotted white; width: 100%;

}