Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

alexmarqs/tailwindcss-landingpage-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landing Page TailwindCSS Example

A simple landing page using the CSS framework Tailwind in a proper PostCSS environment.

Live demo: https://tailwindcss-landingpage-example.netlify.com/

Netlify Status

To get started:

  1. Install the dependencies:

    # Using npm
    npm install
  2. Start the development server:

    # Using npm
    npm run serve

    Now you should be able to see the project running at localhost:8080.

  3. Open public/index.html in your editor and start experimenting!

Building for production

For production purposes, the PostCSS uses the Purgecss and cssnano to optimize your CSS!

To build an optimized version of your CSS, simply run:

# Using npm
npm run production

After that's done, check out ./public/build/tailwind.css to see the optimized output.

Pull Requests

Fell free to create pull requests with your improvements or corrections!

About

📐 Landing page with TailwindCSS

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors