chriscourses / tutorial-purifycss-webpack

Completed project files for the blog tutorial: Drastically Reduce your CSS File Size with PurifyCSS and Webpack.

Home Page:https://blog.christopherlis.com/purifycss-and-webpack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complete Tutorial Files

Drastically Reduce your CSS File Size with PurifyCSS and Webpack

Completed project files for the blog tutorial: Drastically Reduce your CSS File Size with PurifyCSS and Webpack.

Installation

  1. Download the repo using HTTPS or SSH:

     git clone https://github.com/chriscourses/tutorial-purifycss-webpack
    

    or

     git clone git@github.com:chriscourses/tutorial-purifycss-webpack.git
    
  2. Install dependencies with NPM or Yarn:

     npm install
    

    or

     yarn
    
  3. Run webpack to start launch the project:

     webpack
    
  4. Your app should open up automatically at http://localhost:3000 and you should see the Chris Courses start up page.

License

tutorial-purifycss-webpack is an open-source project running under the MIT License.

About

Completed project files for the blog tutorial: Drastically Reduce your CSS File Size with PurifyCSS and Webpack.

https://blog.christopherlis.com/purifycss-and-webpack/


Languages

Language:JavaScript 43.5%Language:HTML 43.5%Language:CSS 13.0%