Skip to content

andrewgormley/scaling-meme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tailwindcss-boilerplate

A quick opionated setup to get you up and running without doing any configuration. This is useful for prototype.

Installation

To get started:

  1. Clone the repository:

git clone https://github.com/peoray/tailwind-boilerplate.git cd tailwind-boilerplate

  1. Install the dependencies:

    # npm
    npm install
    
    # yarn
    yarn install
    
  2. Start up development server

    # npm
    npm run serve
    
    # yarn
    yarn run serve
    

To build for production

The production code is optimized using PurgeCSS and cssnano.

To run

    # npm
    npm run prod

    # Yarn
    yarn run prod

This will create a minify css file in dist/css/main.css.

License

MIT

About

prototype for sticky elements when scrolling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published