Skip to content

clean-css/clean-css.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

56 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒ clean-css website

This repo contains the source code of the https://clean-css.github.io/ website.

Get started

Install the dependencies by using yarn...

yarn install
# or use: npm install

...then start webpack-dev-server:

yarn start
# or use: npm run start

Navigate to localhost:8080.