Skip to content

fosterinteractive/meridien

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prototype with Tailwind CSS

Commands

  • npm run build
  • npm run watch
  • npm run build --production (to purge tailwind's unused css with purgecss)

Local Server

  • npm -g live-server to install live server globally
  • live-server public (run from 'public directory' to view the site locally)

Tailwind's example config file

  • npx tailwind init tailwind-full.config.js --full generates a 'full' tailwind config file. This is useful if you want to see tailwind's default configs.

Tutorials

Designing with Tailwind CSS course.

Tools

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published