Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 374 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 374 Bytes

🌍 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.