Skip to content

chriscourses/tutorial-purifycss-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published