Skip to content

mailpace/landing

Repository files navigation

Landing Page for MailPace.com

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

Production setup

This is deployed on netlify via the netlify github integration, with settings as follows:

  • Published folder set to /public
  • Build script of npm run production to re-build the css on deployment
  • DNS cname that points to the netlify domain

Netlify Status

Development:

  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

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.

About

Landing page over at MailPace.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages