Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dutchwebworks/tailwindcss-learning
Learning about TailwindCSS and it's configuration
https://github.com/dutchwebworks/tailwindcss-learning
css html tailwindcss
Last synced: about 15 hours ago
JSON representation
Learning about TailwindCSS and it's configuration
- Host: GitHub
- URL: https://github.com/dutchwebworks/tailwindcss-learning
- Owner: dutchwebworks
- License: mit
- Created: 2023-10-24T07:12:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-21T10:58:02.000Z (12 months ago)
- Last Synced: 2023-11-21T11:53:54.524Z (12 months ago)
- Topics: css, html, tailwindcss
- Language: CSS
- Homepage: https://tailwindcss-learning.dutchwebworks.nl
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning TailwindCSS CLI
*By Dennis Burger, Amsterdam, September 2023*
## Prerequisites
* NodeJS v18+
* Use Node Version Manager (NVM) to handle your local versions of NodeJS## One time install
* Open a Terminal and go to the directory where the `.nvmrc` resides
* Run `nvm install` to install the correct version of NodeJS for this project
* Run `nvm use` to actually switch to the correct version that this project uses
* Run `npm install` to install the depedencies for this project.## Running this project
* Run `npm run watch` to have TailwindCSS watch your HTML and have it write `dist/style.css` with it's TailwindCSS classes.
* Run `npm run build` for a one time production build of this project.